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: RELEASE.adoc
+10-9
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ The following table outlines the steps that are taken by the automation.
5
5
6
6
WARNING: The `5.8.x` branch does not have all of the improvements from the `6.x.x` branches. See "Status (5.8.x)" for which steps are still manual.
7
7
8
-
In case of a failure, you can follow the links below to read about each step. See <<frequently-asked-questions,FAQ>> for troubleshooting tips.
8
+
In case of a failure, you can follow the links below to read about each step, which includes instructions for performing the step manually if applicable.
9
+
See <<frequently-asked-questions,FAQ>> for troubleshooting tips.
9
10
10
11
[cols="1,1,1"]
11
12
|===
@@ -35,24 +36,24 @@ In case of a failure, you can follow the links below to read about each step. Se
35
36
| :white_check_mark: automated
36
37
| :white_check_mark: automated
37
38
38
-
| <<announce-release-on-slack>>
39
+
| <<update-release-notes-on-github>>
39
40
| :white_check_mark: automated
40
41
| :white_check_mark: automated
41
42
42
-
| <<update-to-next-development-version>>
43
-
| :white_check_mark: automated
43
+
| <<update-version-on-project-page>>
44
+
| :x: manual
44
45
| :white_check_mark: automated
45
46
46
-
| <<update-version-on-project-page>>
47
+
| <<close-create-milestone,Close milestone>>
47
48
| :x: manual
48
49
| :white_check_mark: automated
49
50
50
-
| <<update-release-notes-on-github>>
51
+
| <<announce-release-on-slack>>
51
52
| :white_check_mark: automated
52
53
| :white_check_mark: automated
53
54
54
-
| <<close-create-milestone,Close milestone>>
55
-
| :x: manual
55
+
| <<update-to-next-development-version>>
56
+
| :white_check_mark: automated
56
57
| :white_check_mark: automated
57
58
58
59
| <<close-create-milestone,Create milestone>>
@@ -79,7 +80,7 @@ NOTE: A scheduled release will not proceed if there are any open issues.
79
80
TIP: If you need to prevent a release from occurring automatically, the easiest way to block a release is to add an unresolved issue to the milestone.
80
81
81
82
The https://github.com/spring-io/spring-security-release-tools/blob/main/release-plugin/README.adoc#checkMilestoneHasNoOpenIssues[`checkMilestoneHasOpenIssues`] command will check if there are any open issues for the release.
82
-
Before running the command, replace the following values:
83
+
Before running the command manually, replace the following values:
83
84
84
85
* `<next-version>` - Replace with the title of the milestone you are releasing now (i.e. 5.5.0-RC1)
85
86
* `<github-personal-access-token>` - Replace with a https://github.com/settings/tokens[GitHub personal access token] that has a scope of `public_repo`. This is optional since you are unlikely to reach the rate limit for such a simple check.
0 commit comments