summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Honeycutt <github@garretthoneycutt.com>2011-11-08 14:27:29 -0800
committerGarrett Honeycutt <github@garretthoneycutt.com>2011-11-08 14:27:29 -0800
commitf2b637acf66a7fbbd5ec7fccaa5add3472bef7fa (patch)
tree6b813fb84905e06556c287cd224a3a17514dd4c0
parent1434f3cea6f6e2a1b939d91cb5ff66338cc87d32 (diff)
parent198a52af2415cb864ca8e198c39e4cc67f9f6586 (diff)
downloadpuppet-stdlib-f2b637acf66a7fbbd5ec7fccaa5add3472bef7fa.tar.gz
puppet-stdlib-f2b637acf66a7fbbd5ec7fccaa5add3472bef7fa.tar.bz2
Merge pull request #22 from jeffmccune/maint/master/update_release_process
Update the release process instructions.
-rw-r--r--RELEASE_PROCESS.markdown14
1 files changed, 12 insertions, 2 deletions
diff --git a/RELEASE_PROCESS.markdown b/RELEASE_PROCESS.markdown
index ea40d5d..99f4f05 100644
--- a/RELEASE_PROCESS.markdown
+++ b/RELEASE_PROCESS.markdown
@@ -1,13 +1,23 @@
-# Releasing this module #
+# Contributing to this module #
* Work in a topic branch
* Submit a github pull request
* Address any comments / feeback
* Merge into master using --no-ff
+
+# Releasing this module #
+
+ * This module adheres to http://semver.org/
+ * Look for API breaking changes using git diff vX.Y.Z..master
+ * If no API breaking changes, the minor version may be bumped.
+ * If there are API breaking changes, the major version must be bumped.
+ * If there are only small minor changes, the patch version may be bumped.
* Update the CHANGELOG
* Update the Modulefile
+ * Commit these changes with a message along the lines of "Update CHANGELOG and Modulefile for release"
* 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
+ * Build a new package with puppet-module or the rake build task if it exists
* Publish the new package to the forge
+ * Bonus points for an announcement to puppet-users.