Skip to content

Commit 50bb17c

Browse files
committed
Extract URL references in releasing.md
1 parent 12d1125 commit 50bb17c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/releasing.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Release candidate versions
2323
$ ./gradlew clean check
2424
```
2525
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].
2827
2928
See the `openjdk version` line of output from `java -version`:
3029
@@ -88,9 +87,7 @@ Release candidate versions
8887
- Note the JDK version shown by `java -version` in step 3.
8988
For example: `openjdk version "17.0.7" 2023-04-18`.
9089
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.
9491
9592
9693
Release versions
@@ -137,8 +134,7 @@ Release versions
137134
138135
6. Update the version in JavaDoc links in the READMEs.
139136
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].
142138
143139
See the `openjdk version` line of output from `java -version`:
144140
@@ -201,6 +197,8 @@ Release versions
201197
- Note the JDK version shown by `java -version` in step 6.
202198
For example: `openjdk version "17.0.7" 2023-04-18`.
203199
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

Comments
 (0)