summaryrefslogtreecommitdiff
path: root/RELEASE_PROCESS.markdown
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2011-05-24 11:48:50 -0700
committerJeff McCune <jeff@puppetlabs.com>2011-05-24 11:49:57 -0700
commita78111222e3cfb8428cfc07203aeb29be97f48a0 (patch)
treecb7f80d02821fb4f8f7367c46cb6bafd260dd0c0 /RELEASE_PROCESS.markdown
parentea972e379d1e46b989986dea5548111f52fa1dc1 (diff)
Update changelog for version 0.1.2
Also add release process information.
Diffstat (limited to 'RELEASE_PROCESS.markdown')
-rw-r--r--RELEASE_PROCESS.markdown12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_PROCESS.markdown b/RELEASE_PROCESS.markdown
new file mode 100644
index 0000000..df20730
--- /dev/null
+++ b/RELEASE_PROCESS.markdown
@@ -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
+