Skip to content

Commit 24511a6

Browse files
authored
Add development versioning
1 parent 34bfd84 commit 24511a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Starting with version 4.0.0, `typing_extensions` uses
2424
[Semantic Versioning](https://semver.org/). See the documentation
2525
for more detail.
2626

27+
## Development versions
28+
After meaningful updates, but without concrete plans for a release, the version can pre increased once in [pyproject.toml](/pyproject.toml) file and appended with a `.dev` suffix, e.g. `4.0.1.dev`.
29+
Further development versions adjust their suffix in following increasing way `.dev1`, `.dev2`, ...
30+
2731
# Type stubs
2832

2933
A stub file for `typing_extensions` is maintained
@@ -54,7 +58,7 @@ may have installed.
5458
# Workflow for PyPI releases
5559

5660
- Make sure you follow the versioning policy in the documentation
57-
(e.g., release candidates before any feature release)
61+
(e.g., release candidates before any feature release, do not release development versions)
5862

5963
- Ensure that GitHub Actions reports no errors.
6064

0 commit comments

Comments
 (0)