You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The release flow in this repo follows the semver conventions, building tag as `v
93
93
94
94
* In order to create a release you need to add `[release]` somewhere in your commit message when merging to master
95
95
96
-
### Version bumping (build on tags)
96
+
### Version bumping (built on tags)
97
97
**By default, the release script will bump the patch version.**, by adding `[release]` to your commit message the release script will create a new tag with `v[major].[minor].[patch]+1`.
98
98
* Bump `minor` version by adding `[minor]` to your commit message resulting in a new tag with `v[major].[minor]+1.0`<br/>
99
99
* Bump `major` version by adding `[major]` to your commit message resulting in a new tag with `v[major]+1.0.0`
0 commit comments