Skip to content

Commit 3b34ae2

Browse files
drop scriv
1 parent 0b0750c commit 3b34ae2

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- reduce complexity of HgWorkdir.get_meta method by extracting focused helper methods
1919
- fix #1150: enable setuptools-scm when we are a build requirement
2020
- feature #1154: add the commit id the the default version file template
21-
21+
- drop scriv
2222

2323
### Fixed
2424

@@ -38,6 +38,7 @@
3838
- fix #474: expand version not found error message to provide clearer guidance about SETUPTOOLS_SCM_PRETEND_VERSION_FOR_* environment variables
3939
- fix #324: document/recommend the v tag prefix
4040
- fix #501: add py.typed
41+
- fix #804: git - use fallback version instead of 0.0 when no version is found at all
4142

4243
## v8.3.1
4344

changelog.d/.keep

Whitespace-only changes.

hatch.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ python = ["3.8", "3.9", "3.10", "3.11"]
1111
[envs.docs]
1212
python = "3.11"
1313
extras = ["docs"]
14-
dependencies = ["scriv"]
1514

1615
[envs.docs.scripts]
1716
build = "mkdocs build --clean --strict"
1817
serve = "mkdocs serve --dev-addr localhost:8000"
1918
init = "mkdocs {args}"
20-
sync = ["entangled sync"]
21-
22-
changelog-create = "scriv create {args}"
23-
changelog-collect = "scriv collect {args}"
19+
sync = ["entangled sync"]

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,3 @@ markers = [
165165
"issue(id): reference to github issue",
166166
"skip_commit: allows to skip committing in the helpers",
167167
]
168-
169-
[tool.scriv]
170-
format = "md"

0 commit comments

Comments
 (0)