Skip to content

Commit 3c74bb5

Browse files
committed
Add releasing step to check that JDK version is available in GHA
1 parent e0233d7 commit 3c74bb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/releasing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Release candidate versions
3232
java: ["17.0.7"]
3333
```
3434
35-
Commit this change, if any.
35+
Check that this version is available in GitHub Actions. Commit this change,
36+
if any.
3637
3738
4. Tag the head commit with an `X.Y.Z-RCN` tag:
3839
@@ -134,6 +135,8 @@ Release versions
134135
java: ["17.0.7"]
135136
```
136137
138+
Check that this version is available in GitHub Actions.
139+
137140
7. Amend these changes into the merge commit:
138141
139142
```

0 commit comments

Comments
 (0)