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 d4cbec0 commit 5b5dbde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +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 MD037 -->
** For an OpenJDK UPDATE repository eg.jdk8u,jdk11u,jdk17u,jdk21u:**
**For an OpenJDK UPDATE repository eg.jdk8u,jdk11u,jdk17u,jdk21u:**

```bash
git clone [email protected]:adoptium/jdk17u.git
Expand All @@ -224,8 +223,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 MD037 -->
** For the new release versions in the OpenJDK HEAD repository adoptium/jdk:**
**For the new release versions in the OpenJDK HEAD repository adoptium/jdk:**

```bash
git clone [email protected]:adoptium/jdk.git
Expand Down

0 comments on commit 5b5dbde

Please sign in to comment.