Skip to content

Commit 615f5e9

Browse files
authored
Revise release process in README
Updated release instructions for versioning and workflow.
1 parent b17c99b commit 615f5e9

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)