Skip to content

Commit ee10313

Browse files
committed
Polish RELEASE.adoc
1 parent f74aeaf commit ee10313

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

RELEASE.adoc

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The following table outlines the steps that are taken by the automation.
55

66
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.
77

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.
910

1011
[cols="1,1,1"]
1112
|===
@@ -35,24 +36,24 @@ In case of a failure, you can follow the links below to read about each step. Se
3536
| :white_check_mark: automated
3637
| :white_check_mark: automated
3738

38-
| <<announce-release-on-slack>>
39+
| <<update-release-notes-on-github>>
3940
| :white_check_mark: automated
4041
| :white_check_mark: automated
4142

42-
| <<update-to-next-development-version>>
43-
| :white_check_mark: automated
43+
| <<update-version-on-project-page>>
44+
| :x: manual
4445
| :white_check_mark: automated
4546

46-
| <<update-version-on-project-page>>
47+
| <<close-create-milestone,Close milestone>>
4748
| :x: manual
4849
| :white_check_mark: automated
4950

50-
| <<update-release-notes-on-github>>
51+
| <<announce-release-on-slack>>
5152
| :white_check_mark: automated
5253
| :white_check_mark: automated
5354

54-
| <<close-create-milestone,Close milestone>>
55-
| :x: manual
55+
| <<update-to-next-development-version>>
56+
| :white_check_mark: automated
5657
| :white_check_mark: automated
5758

5859
| <<close-create-milestone,Create milestone>>
@@ -79,7 +80,7 @@ NOTE: A scheduled release will not proceed if there are any open issues.
7980
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.
8081

8182
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:
8384

8485
* `<next-version>` - Replace with the title of the milestone you are releasing now (i.e. 5.5.0-RC1)
8586
* `<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

Comments
 (0)