Skip to content

Commit eec8d6d

Browse files
authored
Merge pull request #617 from AH-dark/changelog-typo
Fixed changelog typo error
2 parents 7d46700 + 95522dc commit eec8d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,6 @@ update its MSRV.
499499
Initial release.
500500

501501
<!-- next-url -->
502-
[Unreleased]: https://github.com/rust-ci/config-rs/compare/v0.15.0...HEAD
503-
[0.15.0]: https://github.com/rust-ci/config-rs/compare/v0.14.1...v0.15.0
502+
[Unreleased]: https://github.com/rust-cli/config-rs/compare/v0.15.0...HEAD
503+
[0.15.0]: https://github.com/rust-cli/config-rs/compare/v0.14.1...v0.15.0
504504
[0.14.1]: https://github.com/rust-cli/config-rs/compare/0.14.0...v0.14.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pre-release-replacements = [
107107
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
108108
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1},
109109
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly=1},
110-
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rust-ci/config-rs/compare/{{tag_name}}...HEAD", exactly=1},
110+
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rust-cli/config-rs/compare/{{tag_name}}...HEAD", exactly=1},
111111
]
112112

113113
[features]

0 commit comments

Comments
 (0)