-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
10 deletions.
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
2021.08.26-383-gca51ecf | ||
2021.08.26-387-ge627e91 |
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
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,27 @@ | ||
[//]: # "WARNING: DO NOT EDIT!" | ||
[//]: # "" | ||
[//]: # "This file was generated by plugin_template, and is managed by it. Please use" | ||
[//]: # "'./plugin-template --github pulp_ansible' to update this file." | ||
[//]: # "" | ||
[//]: # "For more info visit https://github.com/pulp/plugin_template" | ||
# Releasing (For Internal Use) | ||
|
||
This document outlines the steps to perform a release. | ||
|
||
### Determine if a Release is Required | ||
- Run the release checker script: | ||
``` | ||
python3 .ci/scripts/check_release.py | ||
``` | ||
|
||
### Create a New Y-branch (e.g., 3.23) | ||
- If a new minor version (Y) is needed, trigger a [Create New Release Branch](https://github.com/pulp/pulp_ansible/actions/workflows/create-branch.yml) job via the GitHub Actions. | ||
- Look for the "Bump minor version" pull request and merge it. | ||
|
||
### Release a New Z-version (Patch Release) (e.g., 3.23.1, 3.22.12) | ||
- Trigger a [Release Pipeline](https://github.com/pulp/pulp_ansible/actions/workflows/release.yml) job by specifying the release branch (X.Y) via the GitHub Actions. | ||
|
||
### Final Steps (Optional but Recommended) | ||
- Ensure the new version appears on PyPI. | ||
- Verify that the changelog has been updated by looking for the "Update Changelog" pull request. | ||
- Post a brief announcement about the new release on the [Pulp Discourse](https://discourse.pulpproject.org/). |