]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/stdlib/RELEASE_PROCESS.markdown
upgrade to concat 2.0.0
[dsa-puppet.git] / modules / stdlib / RELEASE_PROCESS.markdown
1 # Releasing this module #
2
3  * Work in a topic branch
4  * Submit a github pull request
5  * Address any comments / feeback
6  * Merge into master using --no-ff
7  * Update the CHANGELOG
8  * Update the Modulefile
9  * Create an annotated tag with git tag -a X.Y.Z -m 'version X.Y.Z'
10  * Push the tag with git push origin --tags
11  * Build a new package with puppet-module
12  * Publish the new package to the forge
13