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]
|
||||
name = "tagging-test"
|
||||
version = "0.0.0"
|
||||
version = "1.0.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
@@ -26,7 +26,6 @@ prerelease_token = "rc"
|
||||
prerelease = false
|
||||
|
||||
[tool.semantic_release.changelog]
|
||||
changelog_file = ""
|
||||
exclude_commit_patterns = []
|
||||
mode = "update"
|
||||
insertion_flag = "<!-- version list -->"
|
||||
|
||||
Reference in New Issue
Block a user