Skip to content

Commit 74c6b19

Browse files
mention what namespaces are for release-branch-semver
1 parent a63858b commit 74c6b19

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- fix #1139: use logging.lastResort instead of a own replica to avoid polluting logging._handlerList
4747
- fix #873: don't infer version in cli if --no-version is given
4848
- fix #535: accept tags from a release action in the gh ui
49+
- fix #1073: explain namespaces for release-branch-semver
4950

5051
## v8.3.1
5152

docs/extending.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,12 @@ representing the version.
120120
non-release branch, increments the minor segment and sets the micro segment to
121121
zero, then appends `.devN`
122122

123+
Namespaces are unix pathname separated parts of a branch/tag name.
124+
123125
**Examples:**
124126
- Tag `1.0.0` on release branch `release-1.0` → version `1.0.1.devN`
127+
128+
- Tag `1.0.0` on release branch `release/v1.0` → version `1.0.1.devN`
125129
- Tag `1.0.0` on development branch → version `1.1.0.devN`
126130

127131
### `setuptools_scm.local_scheme`

0 commit comments

Comments
 (0)