Skip to content

Commit 50050a4

Browse files
committed
🚨 Markdown formatting
1 parent edbc2be commit 50050a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
2323
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
2424
4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
2525
5. Run `git push` to trigger the final CI pipeline before release, & merge PRs
26-
a. NOTE: Remember to [check the build][🧪build]!
26+
- NOTE: Remember to [check the build][🧪build]!
2727
6. Run `git checkout main`
2828
7. Run `git pull origin main` to ensure you will release the latest trunk code.
2929
8. Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use same timestamp, and generate same checksums
30-
a. Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
31-
b. If the echo above has no output, then it didn't work.
32-
c. Note that you'll need the `zsh/datetime` module, if running `zsh`.
33-
d. In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
30+
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
31+
- If the echo above has no output, then it didn't work.
32+
- Note that you'll need the `zsh/datetime` module, if running `zsh`.
33+
- In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
3434
9. Run `bundle exec rake build`
3535
10. Run [`bin/checksums`][🔒️rubygems-checksums-pr] to create SHA-256 and SHA-512 checksums
36-
a. Checksums will be committed automatically by the script, but not pushed
36+
- Checksums will be committed automatically by the script, but not pushed
3737
11. Run `bundle exec rake release` which will create a git tag for the version,
3838
push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
3939

0 commit comments

Comments
 (0)