Skip to content

Commit

Permalink
fix: use correct repo name in version comparison link (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 20, 2023
1 parent a2e7057 commit e0d330e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ pre-release-replacements = [
{file="../CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
{file="../CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
{file="../CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased] - ReleaseDate", exactly=1},
{file="../CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/dfinity/dfx-extensions/compare/{{tag_name}}...HEAD", exactly=1},
{file="../CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/dfinity/cycles-ledger/compare/{{tag_name}}...HEAD", exactly=1},
]

0 comments on commit e0d330e

Please sign in to comment.