Skip to content

Commit

Permalink
Fix replacement order (again)
Browse files Browse the repository at this point in the history
(cherry picked from commit 961abe6)

# Conflicts:
#	packages/vm/Cargo.toml
  • Loading branch information
chipshort authored and mergify[bot] committed Dec 16, 2024
1 parent 845433e commit 48f794a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ 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 = "<!-- next-header -->", replace = "<!-- next-header -->\n\n## [Unreleased]", exactly = 1 },
<<<<<<< HEAD
{ file = "../../CHANGELOG.md", search = "<!-- next-url -->\n", replace = "<!-- next-url -->\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly = 1 },
<<<<<<< HEAD
>>>>>>> 55ee235b (Fix replacement order)
=======
{ file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
>>>>>>> 38fea3a7 ([autofix.ci] apply automated fixes)
=======
{ file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "<!-- next-url -->\n", replace = "<!-- next-url -->\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly = 1 },
>>>>>>> 961abe68 (Fix replacement order (again))
]

[features]
Expand Down

0 comments on commit 48f794a

Please sign in to comment.