mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-21 20:55:43 +00:00
chore: update changelog compare url
This commit is contained in:
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
<!-- marker -->
|
<!-- marker -->
|
||||||
## [v2.3.4](https://github.com/dtomlinson91/panaetius/commits/v2.3.4) - 2022-01-03
|
## [v2.3.4](https://github.com/dtomlinson91/panaetius/commits/v2.3.4) - 2022-01-03
|
||||||
<small>[Compare with 2.3.3](https://github.com/dtomlinson91/panaetius/compare/2.3.3..v2.3.4)</small>
|
<small>[Compare with 2.3.3](https://github.com/dtomlinson91/panaetius/compare/2.3.3...v2.3.4)</small>
|
||||||
|
|
||||||
### ✨ Features
|
### ✨ Features
|
||||||
|
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ def changelog(ctx, planned_release: Optional[str] = None, previous_release: Opti
|
|||||||
generated_changelog: list = generated_changelog.splitlines()
|
generated_changelog: list = generated_changelog.splitlines()
|
||||||
generated_changelog.insert(
|
generated_changelog.insert(
|
||||||
1,
|
1,
|
||||||
f"<small>[Compare with {previous_release}]({REPO_URL}/compare/{previous_release}..{planned_release})</small>",
|
f"<small>[Compare with {previous_release}]({REPO_URL}/compare/{previous_release}...{planned_release})</small>",
|
||||||
)
|
)
|
||||||
generated_changelog: str = "\n".join([line for line in generated_changelog]) + "\n"
|
generated_changelog: str = "\n".join([line for line in generated_changelog]) + "\n"
|
||||||
new_changelog = []
|
new_changelog = []
|
||||||
|
|||||||
Reference in New Issue
Block a user