Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 567 Bytes

File metadata and controls

16 lines (16 loc) · 567 Bytes

Release puppetlabs-cd4pe

  1. Create a branch off main using the following convention:
git checkout -b 3.1.0-release
  1. On the new branch, update CHANGELOG.md with any changes in this release and metadata.json with the new version number.
  2. Commit these changes
  3. Tag the new branch with the new version number
git tag -a 3.1.0 -m "3.1.0"
  1. Push your changes to origin for PR review and merge
git push origin 3.1.0-release --follow-tags
  1. Run the "Publish module" GitHub Action to publish the new version to the forge.