You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[//]: #"This file was generated by plugin_template, and is managed by it. Please use"
4
+
[//]: #"'./plugin-template --github pulp_python' to update this file."
5
+
[//]: #""
6
+
[//]: #"For more info visit https://github.com/pulp/plugin_template"
7
+
# Releasing (For Internal Use)
8
+
9
+
This document outlines the steps to perform a release.
10
+
11
+
### Determine if a Release is Required
12
+
- Run the release checker script:
13
+
```
14
+
python3 .ci/scripts/check_release.py
15
+
```
16
+
17
+
### Create a New Y-branch (e.g., 3.23)
18
+
- If a new minor version (Y) is needed, trigger a [Create New Release Branch](https://github.com/pulp/pulp_python/actions/workflows/create-branch.yml) job via the GitHub Actions.
19
+
- Look for the "Bump minor version" pull request and merge it.
20
+
21
+
### Release a New Z-version (Patch Release) (e.g., 3.23.1, 3.22.12)
22
+
- Trigger a [Release Pipeline](https://github.com/pulp/pulp_python/actions/workflows/release.yml) job by specifying the release branch (X.Y) via the GitHub Actions.
23
+
24
+
### Final Steps (Optional but Recommended)
25
+
- Ensure the new version appears on PyPI.
26
+
- Verify that the changelog has been updated by looking for the "Update Changelog" pull request.
27
+
- Post a brief announcement about the new release on the [Pulp Discourse](https://discourse.pulpproject.org/).
0 commit comments