-
-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add ruby-advisory-db to the release checklist
[skip ci]
- Loading branch information
1 parent
50171c6
commit a637b31
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -370,7 +370,10 @@ A quick checklist: | |
- [ ] run `scripts/build-gems` and make sure it completes and all the tests pass | ||
- [ ] `for g in gems/*.gem ; do gem push $g ; done` | ||
- [ ] create a release at https://github.com/sparklemotion/nokogiri/releases and provide sha2 checksums | ||
- [ ] if security-related, email [email protected] and [email protected] | ||
- if security-related, | ||
- [ ] publish a GHSA | ||
- [ ] email [email protected] and [email protected] | ||
- [ ] submit a PR to https://github.com/rubysec/ruby-advisory-db | ||
- [ ] update nokogiri.org | ||
- [ ] bump `lib/nokogiri/version/constant.rb` to a prerelease version like `v1.14.0.dev` | ||
|
||
|