File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ also test-drive the commit in an existing Bazel workspace to sanity check functi
3636
3737#### Determining Semantic Version
3838
39- ** rules_python** is currently using [ Zero-based versioning ] ( https://0ver .org/ ) and thus backwards-incompatible API
40- changes still come under the minor-version digit. So releases with API changes and new features bump the minor, and
41- those with only bug fixes and other minor changes bump the patch digit.
39+ ** rules_python** uses [ semantic version ] ( https://semver .org ) , so releases with
40+ API changes and new features bump the minor, and those with only bug fixes and
41+ other minor changes bump the patch digit.
4242
4343To find if there were any features added or incompatible changes made, review
44- the commit history. This can be done using github by going to the url:
44+ [ CHANGELOG.md] ( CHANGELOG.md ) and the commit history. This can be done using
45+ github by going to the url:
4546` https://github.com/bazelbuild/rules_python/compare/<VERSION>...main ` .
4647
4748### Patch release with cherry picks
You can’t perform that action at this time.
0 commit comments