fix: address code review feedback
- Remove version_variables from pyproject.toml (not needed with version_source="tag") - Clean up CHANGELOG.md comparison links to avoid duplicate/incorrect references - Keep only [Unreleased] link since v0.5.0 tag doesn't exist yet Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,6 @@ version = {file = "VERSION"}
|
||||
|
||||
[tool.semantic_release]
|
||||
version_toml = []
|
||||
version_variables = ["VERSION:__version__"]
|
||||
version_source = "tag"
|
||||
commit_version_number = true
|
||||
tag_format = "v{version}"
|
||||
|
||||
Reference in New Issue
Block a user