Skip to content

Commit 7ae6e44

Browse files
committed
📌 gem_checksums is not released yet
1 parent 8e7ef1c commit 7ae6e44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
104104
- Note that you'll need the `zsh/datetime` module, if running `zsh`.
105105
- In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
106106
10. Run `bundle exec rake build`
107-
11. Run `gem_checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guide-pr])
107+
11. Run `bin/checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guides-pr])
108108
to create SHA-256 and SHA-512 checksums
109109
- Checksums will be committed automatically by the script, but not pushed
110110
12. Run `bundle exec rake release` which will create a git tag for the version,
@@ -121,7 +121,8 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
121121
[🖐contributors-img]: https://contrib.rocks/image?repo=oauth-xx/version_gem
122122
[💎rubygems]: https://rubygems.org
123123
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
124-
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/guides/pull/325
124+
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
125+
[🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
125126
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
126127
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
127128
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139

0 commit comments

Comments
 (0)