Skip to content

Commit 5527688

Browse files
committed
Clarify that git tags are prefixed with 'v'
1 parent 97dd28d commit 5527688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The comlete steps for releasing a new version are:
4444
- Update the version & changelog:
4545
- [ ] update `lib/thruster/version.rb`
4646
- [ ] update `CHANGELOG.md`
47-
- [ ] commit and create a git tag
47+
- [ ] commit and create a git tag (prefix the version with `v`, e.g. `v0.1.0`)
4848

4949
- Build the native gems:
5050
- [ ] `rake clobber` (to clean up any old packages)

0 commit comments

Comments
 (0)