We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dd28d commit 5527688Copy full SHA for 5527688
CONTRIBUTING.md
@@ -44,7 +44,7 @@ The comlete steps for releasing a new version are:
44
- Update the version & changelog:
45
- [ ] update `lib/thruster/version.rb`
46
- [ ] update `CHANGELOG.md`
47
- - [ ] commit and create a git tag
+ - [ ] commit and create a git tag (prefix the version with `v`, e.g. `v0.1.0`)
48
49
- Build the native gems:
50
- [ ] `rake clobber` (to clean up any old packages)
0 commit comments