Skip to content

Commit b352881

Browse files
committed
doc: improve release steps
1 parent a85e09d commit b352881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ A quick checklist:
2727

2828
- [ ] make sure CI is green!
2929
- [ ] update `CHANGELOG.md` and `lib/sqlite3/version.rb` including `VersionProxy::{MINOR,TINY}`
30-
- [ ] create a git tag using a format that matches the pattern `v\d+\.\d+\.\d+`, e.g. `v1.3.13`
3130
- [ ] run `bin/build-gems` and make sure it completes and all the tests pass
31+
- [ ] create a git tag using a format that matches the pattern `v\d+\.\d+\.\d+`, e.g. `v1.3.13`
32+
- [ ] `git push && git push --tags`
3233
- [ ] `for g in gems/*.gem ; do gem push $g ; done`
3334
- [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums

0 commit comments

Comments
 (0)