Skip to content

Commit

Permalink
RELEASING.md updates for version branch and various updates
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Sep 23, 2024
1 parent d457ef2 commit d4cbec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ It is recommended that we perform an auto trigger test on at least two of the re
<!-- markdownlint-disable-next-line MD036 -->
**IMPORTANT: dryrun tag MUST be something that is sorted before `-ga`. Always use format: "-dryrun-ga"**

<!-- markdownlint-disable-next-line MD036 -->
<!-- markdownlint-disable-next-line MD037 -->
** For an OpenJDK UPDATE repository eg.jdk8u,jdk11u,jdk17u,jdk21u:**

```bash
Expand All @@ -224,7 +224,7 @@ git tag -a "jdk-17.0.12-dryrun-ga" jdk-17.0.12+7^{} -m"YYYY.MM release dry run t
git push --tags origin master
```

<!-- markdownlint-disable-next-line MD036 -->
<!-- markdownlint-disable-next-line MD037 -->
** For the new release versions in the OpenJDK HEAD repository adoptium/jdk:**

```bash
Expand Down

0 comments on commit d4cbec0

Please sign in to comment.