Skip to content

fix: add bump-version instruction #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@ Some things that will increase the chance that your pull request is accepted:
* Write tests.
* Write a [good commit message][commit], using also [release-please approach][release-please]

## How to create new release version

1. Make changes to code (make sure to create correct commits with [release-please approach][release-please])
2. Update version in `lib/json_logic/version.rb`
3. Create PR with changes
4. After PR is merged, release-please will create new PR
5. Merge the final PR

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[release-please]: https://github.com/googleapis/release-please