chore(config): configure Python Semantic Release

This commit is contained in:
Alex Muszynski
2025-06-07 18:23:17 -04:00
parent 6c12d22cce
commit 0922d51dce
2 changed files with 8 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
# CHANGELOG
<!-- version list -->
## v1.0.0 (2025-06-07)
- Initial Release
+1 -2
View File
@@ -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 -->"