]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Add note about semver.org leading v in tags.
authorJeff McCune <jeff@puppetlabs.com>
Tue, 8 Nov 2011 22:31:51 +0000 (14:31 -0800)
committerJeff McCune <jeff@puppetlabs.com>
Tue, 8 Nov 2011 22:31:51 +0000 (14:31 -0800)
James pointed out this was lacking in my release process document.  I've
added a note about the leading v in the annotated tag as per
http://semver.org/

RELEASE_PROCESS.markdown

index 99f4f05cacf9bf909cf1637123391ad34d51839f..3982c844d6cac3008944f7263c0b08b43991d3f3 100644 (file)
    * 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'
+ * Commit these changes with a message along the lines of "Update CHANGELOG and
+   Modulefile for release"
+ * Create an annotated tag with git tag -a vX.Y.Z -m 'version X.Y.Z' (NOTE the
+   leading v as per semver.org)
  * Push the tag with git push origin --tags
  * Build a new package with puppet-module or the rake build task if it exists
  * Publish the new package to the forge