Update changelog for version 0.1.2

Also add release process information.
This commit is contained in:
Jeff McCune 2011-05-24 11:48:50 -07:00
parent ea972e379d
commit a78111222e
3 changed files with 16 additions and 1 deletions

View file

@ -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

View 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'

12
RELEASE_PROCESS.markdown Normal file
View file

@ -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