Skip to content

Commit

Permalink
Update HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Dec 23, 2021
1 parent c1939cc commit e7cab9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Tag
```shell
git tag -d 3.0.0 && git push --delete origin 3.0.0
git tag 3.0.0 && git push origin --tags
git tag -d v1.2.3 && git push --delete origin v1.2.3
git tag v1.2.3 && git push origin --tags
```

### Create release assets
Expand Down

0 comments on commit e7cab9a

Please sign in to comment.