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 46
46
- fix #1139 : use logging.lastResort instead of a own replica to avoid polluting logging._ handlerList
47
47
- fix #873 : don't infer version in cli if --no-version is given
48
48
- fix #535 : accept tags from a release action in the gh ui
49
+ - fix #1073 : explain namespaces for release-branch-semver
49
50
50
51
## v8.3.1
51
52
Original file line number Diff line number Diff line change @@ -120,8 +120,12 @@ representing the version.
120
120
non-release branch, increments the minor segment and sets the micro segment to
121
121
zero, then appends ` .devN `
122
122
123
+ Namespaces are unix pathname separated parts of a branch/tag name.
124
+
123
125
**Examples:**
124
126
- 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`
125
129
- Tag `1.0.0` on development branch → version `1.1.0.devN`
126
130
127
131
### ` setuptools_scm.local_scheme `
You can’t perform that action at this time.
0 commit comments