File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Filter options
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
36
36
37
37
#### Determining Semantic Version
38
38
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.
42
42
43
43
To 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:
45
46
` https://github.com/bazelbuild/rules_python/compare/<VERSION>...main ` .
46
47
47
48
### Patch release with cherry picks
You can’t perform that action at this time.
0 commit comments