Skip to content

Commit

Permalink
docs: fixup git command
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Nov 23, 2023
1 parent 5546e9c commit 4958dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Finally, check out the `vX.Y.Z` tag and overwrite the `vX` tag:
git checkout v3.2.0
git tag -d v3
git tag -s -m "alias v3.2.0" v3
git push v3 -f
git push origin v3 -f
```

## Gradle Plugin Portal
Expand Down

0 comments on commit 4958dae

Please sign in to comment.