Contributions are welcomed!
- update version in
metadata.json
- Update CHANGELOG.md with the following command replacing
--future-release
with appropriate value.
pdk bundle exec github_changelog_generator --user ghoneycutt --project puppet-module-facter --future-release v4.1.0
- Update
REFERENCE.md
with the commandpdk bundle exec rake reference
- Commit changes and push to master
- Tag the new version, such as
git tag -a 'v2.5.0' -m 'v2.5.0'
- Push tags
git push --tags
- Update the puppet strings documentation with
pdk bundle exec rake strings:gh_pages:update
- Clean up tests with
pdk bundle exec rake spec_clean
- Remove junit directory from beaker runs
rm -fr junit
- Build module with
pdk build
- Upload module to Puppet Forge.