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:
copilot-swe-agent[bot]
2026-02-08 07:59:47 +00:00
parent 23de539800
commit 67cbc5e80d
2 changed files with 1 additions and 6 deletions
+1 -5
View File
@@ -200,13 +200,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Historical Release Links
**Note**: Tags v0.3.1, v0.3.2, v0.3.3, and v0.5.0 do not exist as GitHub Releases. The features described in those versions were included in the codebase but not formally released until later versions. Going forward (v0.6.0+), all releases will have corresponding GitHub Releases and tags.
**Note**: Tags v0.3.1, v0.3.2, v0.3.3, and v0.5.0 do not exist as GitHub Releases. The features described in those versions were included in the codebase but not formally released. The latest actual release is 0.4.3. Going forward (v0.6.0+), all releases will have corresponding GitHub Releases and tags created automatically by semantic-release.
[Unreleased]: https://github.com/christianlouis/DocuElevate/compare/0.4.3...HEAD
[0.5.0]: https://github.com/christianlouis/DocuElevate/compare/0.4.3...HEAD
[0.3.3]: https://github.com/christianlouis/DocuElevate/compare/0.4.3...HEAD
[0.3.2]: https://github.com/christianlouis/DocuElevate/compare/0.4...0.4.3
[0.3.1]: https://github.com/christianlouis/DocuElevate/compare/0.3...0.4
[0.3.0]: https://github.com/christianlouis/DocuElevate/compare/0.2...0.3
[0.2.0]: https://github.com/christianlouis/DocuElevate/compare/0.1...0.2
[0.1.0]: https://github.com/christianlouis/DocuElevate/releases/tag/0.1
-1
View File
@@ -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}"