Skip to content

Commit

Permalink
Remove dupliate 'git' in RELEASING.md (#4117)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Jan 20, 2025
1 parent 605f4cb commit eb5f754
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 eb5f754

Please sign in to comment.