Skip to content

Commit cd42ab7

Browse files
authored
fix: add bump-version instruction (#16)
1 parent 20d667b commit cd42ab7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@ Some things that will increase the chance that your pull request is accepted:
3232
* Write tests.
3333
* Write a [good commit message][commit], using also [release-please approach][release-please]
3434

35+
## How to create new release version
36+
37+
1. Make changes to code (make sure to create correct commits with [release-please approach][release-please])
38+
2. Update version in `lib/json_logic/version.rb`
39+
3. Create PR with changes
40+
4. After PR is merged, release-please will create new PR
41+
5. Merge the final PR
42+
3543
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
3644
[release-please]: https://github.com/googleapis/release-please

0 commit comments

Comments
 (0)