@@ -23,8 +23,7 @@ Release candidate versions
23
23
$ ./gradlew clean check
24
24
```
25
25
26
- 4. Update the Java version in the [`release-verify-signatures`
27
- workflow](https://github.com/Yubico/java-webauthn-server/blob/main/.github/workflows/release-verify-signatures.yml#L42).
26
+ 4. Update the Java version in the [`release-verify-signatures` workflow][workflow-release-src].
28
27
29
28
See the `openjdk version` line of output from `java -version`:
30
29
@@ -88,9 +87,7 @@ Release candidate versions
88
87
- Note the JDK version shown by `java -version` in step 3.
89
88
For example: `openjdk version "17.0.7" 2023-04-18`.
90
89
91
- 9. Check that the ["Reproducible binary"
92
- workflow](https://github.com/Yubico/java-webauthn-server/actions/workflows/release-verify-signatures.yml)
93
- runs and succeeds.
90
+ 9. Check that the ["Reproducible binary" workflow][workflow-release] runs and succeeds.
94
91
95
92
96
93
Release versions
@@ -137,8 +134,7 @@ Release versions
137
134
138
135
6. Update the version in JavaDoc links in the READMEs.
139
136
140
- 7. Update the Java version in the [`release-verify-signatures`
141
- workflow](https://github.com/Yubico/java-webauthn-server/blob/main/.github/workflows/release-verify-signatures.yml#L42).
137
+ 7. Update the Java version in the [`release-verify-signatures` workflow][workflow-release-src].
142
138
143
139
See the `openjdk version` line of output from `java -version`:
144
140
@@ -201,6 +197,8 @@ Release versions
201
197
- Note the JDK version shown by `java -version` in step 6.
202
198
For example: `openjdk version "17.0.7" 2023-04-18`.
203
199
204
- 14. Check that the ["Reproducible binary"
205
- workflow](https://github.com/Yubico/java-webauthn-server/actions/workflows/release-verify-signatures.yml)
206
- runs and succeeds.
200
+ 14. Check that the ["Reproducible binary" workflow][workflow-release] runs and succeeds.
201
+
202
+
203
+ [workflow-release]: https://github.com/Yubico/java-webauthn-server/actions/workflows/release-verify-signatures.yml
204
+ [workflow-release-src]: https://github.com/Yubico/java-webauthn-server/blob/main/.github/workflows/release-verify-signatures.yml#L42
0 commit comments