10000 docs: update dev docs on how to pick next version (#2612) · 255/rules_python@9b5f5dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b5f5dd

Browse files
authored
docs: update dev docs on how to pick next version (bazel-contrib#2612)
We're not using 0-version anymore, so update the docs to reflect that.
1 parent ae361c2 commit 9b5f5dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEVELOPING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4343
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:
4546
`https://github.com/bazelbuild/rules_python/compare/<VERSION>...main`.
4647

4748
### Patch release with cherry picks

0 commit comments

Comments
 (0)
0