Skip to content

Commit 89366d0

Browse files
committed
Update RELEASE.adoc for antora.yml
1 parent 6884a16 commit 89366d0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

RELEASE.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ Alternatively, you can manually check using https://github.com/spring-projects/s
7878

7979
Update the version number in `gradle.properties` for the release, for example `5.5.0-M1`, `5.5.0-RC1`, `5.5.0`
8080

81+
= Update Antora Version
82+
83+
You will need to update the antora.yml version.
84+
If you are unsure of what the values should be, the following task will instruct you what the expected values are:
85+
86+
[source,bash]
87+
----
88+
./gradlew :spring-security-docs:antoraCheckVersion
89+
----
90+
8191
= Build Locally
8292

8393
Run the build using
@@ -119,7 +129,7 @@ git push origin 5.4.0-RC1
119129

120130
== 7. Update to Next Development Version
121131

122-
* Update `gradle.properties` version to next `+SNAPSHOT+` version and then push
132+
* Update `gradle.properties` version to next `+SNAPSHOT+` version, update antora.yml, and then push
123133

124134
== 8. Update version on project page
125135

0 commit comments

Comments
 (0)