2011-05-24 20:48:50 +02:00
|
|
|
# Releasing this module #
|
|
|
|
|
|
|
|
* Work in a topic branch
|
|
|
|
* Submit a github pull request
|
|
|
|
* Address any comments / feeback
|
2011-08-05 02:20:39 +02:00
|
|
|
* Merge into master using --no-ff
|
2011-05-24 20:48:50 +02:00
|
|
|
* Update the CHANGELOG
|
2011-08-05 02:20:39 +02:00
|
|
|
* Update the Modulefile
|
2011-05-24 20:48:50 +02:00
|
|
|
* 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
|
|
|
|
|