Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Apr 7, 2024
1 parent 6b11554 commit 45f51df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ The gem is available as open source under the terms of the [MIT License](https:/

## Releasing

Releasing is automated via the `.github/workflows/release.yml` which allows for
an OTP code to be passed in to authorize the release with MFA. If GitHub
Actions is running slow it might take another attempt to make sure the OTP code
is still valid when the workflow tries to push.
Releasing is automated via the `.github/workflows/release.yml` which runs via
[Trusted Publishing] authenticating with RubyGems via GitHub Action's OIDC
integration.

- Update `CHANGELOG` for the latest version (remember to update the comparison links + add in an `Unreleased` section again)
- Update `lib/slack/block_kit/version.rb` and run `bundle` to update the `Gemfile.lock`
- Push that!
- Run the `Release` workflow

[Trusted Publishing]: https://guides.rubygems.org/trusted-publishing/

0 comments on commit 45f51df

Please sign in to comment.