File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 `
10610610 . 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
11011012 . 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
You can’t perform that action at this time.
0 commit comments