Skip to content

Commit

Permalink
Instruct to create annotated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Apr 25, 2022
1 parent 70a3a0d commit 0d0fd69
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 @@ -18,7 +18,7 @@ Don't forget to commit!
5. Create a tag with the new version number, starting with a 'v', eg:

```
git tag v0.22.45
git tag -a v0.22.45 -m "Version 0.22.45"
```

See [semver.org](http://semver.org/) on how to write a version number.
Expand Down

0 comments on commit 0d0fd69

Please sign in to comment.