chore(config): configure Python Semantic Release
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# CHANGELOG
|
||||||
|
|
||||||
|
<!-- version list -->
|
||||||
|
|
||||||
|
## v1.0.0 (2025-06-07)
|
||||||
|
|
||||||
|
- Initial Release
|
||||||
+1
-2
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "tagging-test"
|
name = "tagging-test"
|
||||||
version = "0.0.0"
|
version = "1.0.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
@@ -26,7 +26,6 @@ prerelease_token = "rc"
|
|||||||
prerelease = false
|
prerelease = false
|
||||||
|
|
||||||
[tool.semantic_release.changelog]
|
[tool.semantic_release.changelog]
|
||||||
changelog_file = ""
|
|
||||||
exclude_commit_patterns = []
|
exclude_commit_patterns = []
|
||||||
mode = "update"
|
mode = "update"
|
||||||
insertion_flag = "<!-- version list -->"
|
insertion_flag = "<!-- version list -->"
|
||||||
|
|||||||
Reference in New Issue
Block a user