Skip to content

Commit 31b350c

Browse files
authored
Merge pull request #2319 from CosmWasm/mergify/bp/release/2.2/pr-2300
Fix replacement order (backport #2300)
2 parents 64c2f12 + 0047dfc commit 31b350c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.taplo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[formatting]
22
indent_string = " "
3-
reorder_arrays = true

packages/vm/Cargo.toml

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

2020
[features]

0 commit comments

Comments
 (0)