File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,16 @@ Update `/dependencies.yml` to reflect:
4545
4646## Making a release
4747
48- A quick checklist:
48+ A quick checklist to cutting a release of the sqlite3 gem :
4949
5050- [ ] make sure CI is green!
51- - [ ] update ` CHANGELOG.md ` and ` lib/sqlite3/version.rb `
52- - [ ] run ` bin/build-gems ` and make sure it completes and all the tests pass
53- - [ ] create a git tag using a format that matches the pattern ` v\d+\.\d+\.\d+ ` , e.g. ` v1.3.13 `
54- - [ ] ` git push && git push --tags `
55- - [ ] ` for g in gems/*.gem ; do gem push $g ; done `
56- - [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
51+ - bump the version
52+ - [ ] update ` CHANGELOG.md ` and ` lib/sqlite3/version.rb `
53+ - [ ] create a git tag using a format that matches the pattern ` v\d+\.\d+\.\d+ ` , e.g. ` v1.3.13 `
54+ - build the native gems
55+ - [ ] run ` bin/build-gems ` and make sure it completes and all the tests pass
56+ - push
57+ - [ ] ` git push && git push --tags `
58+ - [ ] ` for g in gems/*.gem ; do gem push $g ; done `
59+ - announce
60+ - [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
You can’t perform that action at this time.
0 commit comments