This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git


The following commit(s) were added to refs/heads/main by this push:
     new 97afe9b  Use patch versions
97afe9b is described below

commit 97afe9bdeed6a469c0ddb13f7a778f0a883d7dfb
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Aug 13 16:09:42 2025 +0100

    Use patch versions
---
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 4e97f55..b36be0b 100644
--- a/README.md
+++ b/README.md
@@ -16,19 +16,19 @@ The proposed packaging conventions are:
 - Use `asf.*` for package interfaces, utilising PEP 420 namespacing
 - Ensure that package code is in `src/asf/*/` only
 - Ensure that `src/asf/*/` contains an `__init__.py`
-- Use `0.N.0` for versions, starting with `0.1.0`
-- Increment `N` for each released version, avoiding patch versions
-- Optionally use `0.(N+1).0-devM` for non-release `main` commits
+- Use `0.0.N` for versions, starting with `0.0.1`
+- Increment `N` for each released version
+- Optionally use `0.0.(N+1)-devM` for non-release `main` commits
 - Start with `-dev1` if using non-release `main` commit versions
 
 A package having three commits on `main`, then a release, then two more 
commits to `main`, then another release, will for example use the following 
versions if opting into `-devM` versions:
 
 ```
-0.1.0-dev1
-0.1.0-dev2
-0.1.0-dev3
-0.1.0
-0.2.0-dev1
-0.2.0-dev2
-0.2.0
+0.0.1-dev1
+0.0.1-dev2
+0.0.1-dev3
+0.0.1
+0.0.2-dev1
+0.0.2-dev2
+0.0.2
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to