Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b5f5dd

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎DEVELOPING.md

Copy file name to clipboardExpand all lines: DEVELOPING.md
+5-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.