-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PE-36943) Add release process documentation
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release Process | ||
|
||
## Overview | ||
|
||
- [ ] Update PE version support in tests, source and create a new Pull Request with the changes (if needed). | ||
- [ ] Ask for a review and merge the Pull Request | ||
- [ ] Tag all Closed Pull Requests that are included in the release with the appropriate labels. | ||
- [ ] Kick off the [Release Prep](https://github.com/puppetlabs/puppetlabs-peadm/actions/workflows/release-prep.yml) action selecting the branch you want to release from and enter the release version number. | ||
- [ ] Review and merge the Release PREP Pull Request. Make sure to verify the checklist items in the Pull Request description. | ||
- [ ] Once the Release Prep Pull Request is merged, Kick off [Publish module](https://github.com/puppetlabs/puppetlabs-peadm/actions/workflows/release.yml) action selecting the branch you created the Release Prep Pull Request from. | ||
- [ ] Check Puppet Forge to make sure the module was published |