diff --git a/.taplo.toml b/.taplo.toml index a1e06c200..9b3a9b621 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,3 +1,2 @@ [formatting] indent_string = " " -reorder_arrays = true diff --git a/packages/vm/Cargo.toml b/packages/vm/Cargo.toml index ec5f757c0..560bb956a 100644 --- a/packages/vm/Cargo.toml +++ b/packages/vm/Cargo.toml @@ -13,8 +13,8 @@ pre-release-replacements = [ { file = "../../CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 }, { file = "../../CHANGELOG.md", search = "(U|u)nreleased", replace = "{{version}}" }, { file = "../../CHANGELOG.md", search = "", replace = "\n\n## [Unreleased]", exactly = 1 }, - { file = "../../CHANGELOG.md", search = "\n", replace = "\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly = 1 }, { file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 }, + { file = "../../CHANGELOG.md", search = "\n", replace = "\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly = 1 }, ] [features]