-
Bump the version in
metadata.json
-
Update the
CHANGELOG.md
-
Update the
REFERENCE.md
by runningbundle exec rake reference
-
git commit -am 'Release x.y.z'
-
git tag -a 'x.y.z' -m 'x.y.z'
-
git push upstream master
-
git push upstream --tags
-
git checkout gh-pages && bundle exec rake doc && git commit -am 'Docs for release x.y.z' && git push upstream gh-pages
Tags will automatically be pushed to the Puppet Forge sgnl05/sssd