]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update changelog for version 0.1.2
authorJeff McCune <jeff@puppetlabs.com>
Tue, 24 May 2011 18:48:50 +0000 (11:48 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Tue, 24 May 2011 18:49:57 +0000 (11:49 -0700)
Also add release process information.

CHANGELOG
Modulefile
RELEASE_PROCESS.markdown [new file with mode: 0644]

index eacfa484b0f75c0affa9b27d84c2d5a02deefa0a..fae74e97727959e9b529db9273266fefa7036e04 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+0.1.2 2011-05-24 Jeff McCune <jeff@puppetlabs.com>
+* Update to add annotated tag
+
 0.1.1 2011-05-24 Jeff McCune <jeff@puppetlabs.com>
 * Add stdlib::stages class with a standard set of stages
index 51704dd2ede535dade540b93a4439896b636118b..2383e231d77802a2b75b18ff42603c9a0feed282 100644 (file)
@@ -1,5 +1,5 @@
 name    'puppetlabs-stdlib'
-version '0.1.1'
+version '0.1.2'
 source 'git://github.com/puppetlabs/puppetlabs-stdlib'
 author 'puppetlabs'
 license 'Apache'
diff --git a/RELEASE_PROCESS.markdown b/RELEASE_PROCESS.markdown
new file mode 100644 (file)
index 0000000..df20730
--- /dev/null
@@ -0,0 +1,12 @@
+# Releasing this module #
+
+ * Work in a topic branch
+ * Submit a github pull request
+ * Address any comments / feeback
+ * Merge into master using --no-fw
+ * Update the CHANGELOG
+ * Create an annotated tag with git tag -a X.Y.Z -m 'version X.Y.Z'
+ * Push the tag with git push origin --tags
+ * Build a new package with puppet-module
+ * Publish the new package to the forge
+