blob: df207302800a2ac2126265d2b46c170f9a4c1c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|