We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d667b commit cd42ab7Copy full SHA for cd42ab7
CONTRIBUTING.md
@@ -32,5 +32,13 @@ Some things that will increase the chance that your pull request is accepted:
32
* Write tests.
33
* Write a [good commit message][commit], using also [release-please approach][release-please]
34
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
43
[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
44
[release-please]: https://github.com/googleapis/release-please
0 commit comments