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
Copy file name to clipboardExpand all lines: _docs/releasing_version.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ last_modified_at: 2025-06-10
9
9
Creating a release is a three step process:
10
10
11
11
1. Create a release PR
12
-
2. Review it
12
+
2. Review and merge the release PR
13
13
3. Do the actual release
14
14
15
15
## Before Preparing a release
@@ -18,7 +18,7 @@ Run [modulesync](https://voxpupuli.org/docs/updating-files-managed-with-modulesy
18
18
19
19
## Standard Release
20
20
21
-
### Create Release PR
21
+
### Create a Release PR
22
22
23
23
To automatically create a "release PR", you need to be a member of the `voxpupuli` GitHub organization.
24
24
Then you can browse to a module -> Actions -> `Prepare Release`.
@@ -32,7 +32,7 @@ It will automatically:
32
32
* A pull request will be created
33
33
* GitHub attaches the `skip-changelog` label
34
34
35
-
### Review the Release PR
35
+
### Review and Merge the Release PR
36
36
37
37
This will have generated updates to the CHANGELOG.md, review each PR in the CHANGELOG to make sure they're labeled properly so that the CHANGELOG is correct:
38
38
@@ -54,9 +54,10 @@ All commentary should be reviewed, but specifically looking for concensus around
54
54
* Are there discussions about the tagging of any of the changes in the CHANGELOG.md?
55
55
* Have you missed something needed for release?
56
56
57
+
Merge the PR when ready.
57
58
The person who does the merge of the PR is expected to do the release below.
58
59
59
-
### Do the Release
60
+
### Do the Actual Release
60
61
61
62
*Please note that in order to execute this rake task you must be in the __Collaborators__ group on GitHub for the module in question.*
0 commit comments