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:
45
45
46
46
## Making a release
47
47
48
- A quick checklist:
48
+ A quick checklist to cutting a release of the sqlite3 gem :
49
49
50
50
- [ ] 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