Skip to content

Commit e0d23c8

Browse files
committed
doc: update the CONTRIBUTING release checklist
[skip ci]
1 parent 4f8c6ea commit e0d23c8

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)