We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85e09d commit b352881Copy full SHA for b352881
CONTRIBUTING.md
@@ -27,7 +27,8 @@ A quick checklist:
27
28
- [ ] make sure CI is green!
29
- [ ] 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`
31
- [ ] run `bin/build-gems` and make sure it completes and all the tests pass
+- [ ] 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`
33
- [ ] `for g in gems/*.gem ; do gem push $g ; done`
34
- [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
0 commit comments