Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 814 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 814 Bytes

Contributing

Contributions are welcomed!

Release process

  1. update version in metadata.json
  2. 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
  1. Update REFERENCE.md with the command pdk bundle exec rake reference
  2. Commit changes and push to master
  3. Tag the new version, such as git tag -a 'v2.5.0' -m 'v2.5.0'
  4. Push tags git push --tags
  5. Update the puppet strings documentation with pdk bundle exec rake strings:gh_pages:update
  6. Clean up tests with pdk bundle exec rake spec_clean
  7. Remove junit directory from beaker runs rm -fr junit
  8. Build module with pdk build
  9. Upload module to Puppet Forge.