File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments