Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 541 Bytes

COLLABORATORS.md

File metadata and controls

20 lines (11 loc) · 541 Bytes

How to release this software

  1. Bump the version in metadata.json

  2. Update the CHANGELOG.md

  3. Update the REFERENCE.md by running bundle exec rake reference

  4. git commit -am 'Release x.y.z'

  5. git tag -a 'x.y.z' -m 'x.y.z'

  6. git push upstream master

  7. git push upstream --tags

  8. 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