blob: ea40d5d70d53373eea69fc3867fd2d566ba2bb4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Releasing this module #
* Work in a topic branch
* Submit a github pull request
* Address any comments / feeback
* Merge into master using --no-ff
* Update the CHANGELOG
* Update the Modulefile
* 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
|