Skip to content

Commit a05368b

Browse files
committed
Fix the new-line annoyance
1 parent 1a629e1 commit a05368b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ The CHANGELOG for versions before 1.0.0 was moved to
803803
[CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md).
804804

805805
<!-- next-url -->
806+
806807
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...HEAD
807808
[2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1
808809
[2.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0

packages/vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pre-release-replacements = [
1616
{ file="../../CHANGELOG.md", search="(U|u)nreleased", replace="{{version}}" },
1717
{ file="../../CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased]", exactly=1 },
1818
{ file="../../CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1 },
19-
{ file="../../CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly=1 },
19+
{ file="../../CHANGELOG.md", search="<!-- next-url -->\n", replace="<!-- next-url -->\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly=1 },
2020
]
2121

2222
[features]

0 commit comments

Comments
 (0)