Skip to content

Commit aaa9081

Browse files
gortavoherjerusdp
authored andcommitted
chore: update release.toml to use PRLOG.md instead of CHANGELOG.md
Updates release configuration to reference the renamed changelog file PRLOG.md instead of CHANGELOG.md for consistency across repositories.
1 parent 3140145 commit aaa9081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pre-release-replacements = [
33
{ file = "README.md", search = "lambda_sqs = .*", replace = "{{crate_name}} = \" {{version}}\"" },
44
{ file = "src/lib.rs", search = "lambda_sqs = .*", replace = "{{crate_name}} = \" {{{version}}\"" },
5-
{ file = "CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 },
6-
{ file = "CHANGELOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 },
7-
{ file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
5+
{ file = "PRLOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 },
6+
{ file = "PRLOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 },
7+
{ file = "PRLOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
88
]

0 commit comments

Comments
 (0)