Skip to content

Commit

Permalink
Remove dupliate 'git' in RELEASING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Jan 13, 2025
1 parent 726afc2 commit 1543389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Note: If you make a mistake with a tag you have already pushed you can undo it w

```bash
git tag --delete jdk-1.2.3-wrongname
git git push origin :jdk-1.2.3-wrongname
git push origin :jdk-1.2.3-wrongname
```

**For the new release versions in the OpenJDK HEAD repository adoptium/jdk:**
Expand Down

0 comments on commit 1543389

Please sign in to comment.