File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,11 +160,17 @@ Using [mise](https://mise.jdx.dev/) for env-vars is recommended.
160160
161161# ## Releasing
162162
163- 1. Set the version in `lib/bonchi/version.rb` and commit
164- 2. Run the release workflow manually from GitHub Actions
165- - Publishes to RubyGems (with Sigstore attestation)
166- - Creates git tag and GitHub release after successful publish
167- 3. Update `version.rb` to the next dev version (e.g. `"1.2.4.dev"`)
163+ 1. Update `lib/bonchi/version.rb`
164+ ```
165+ bin/rake 'gem: write_version [ 0.5.0] '
166+ ```
167+ 1. Release workflow from GitHub Actions...
168+ - ...publishes to RubyGems (with Sigstore attestation)
169+ - ...creates git GitHub release after successful publish
170+ 1. Update `version.rb` for next dev-cycle
171+ ```
172+ bin/rake 'gem: write_version [ 0.6.0.dev] '
173+ ```
168174
169175## License
170176
You can’t perform that action at this time.
0 commit comments