diff --git a/PRLOG.md b/PRLOG.md index 63d01c6..f894f53 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - chore-rename CHANGELOG.md to PRLOG.md(pr [#110]) +- chore-update release.toml to reference PRLOG.md instead of CHANGELOG.md(pr [#111]) ### Security @@ -368,6 +369,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#108]: https://github.com/jerus-org/lambda_sqs/pull/108 [#109]: https://github.com/jerus-org/lambda_sqs/pull/109 [#110]: https://github.com/jerus-org/lambda_sqs/pull/110 +[#111]: https://github.com/jerus-org/lambda_sqs/pull/111 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...HEAD [0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34 [0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33 diff --git a/release.toml b/release.toml index eeefb06..581018e 100644 --- a/release.toml +++ b/release.toml @@ -2,7 +2,7 @@ pre-release-replacements = [ { file = "README.md", search = "lambda_sqs = .*", replace = "{{crate_name}} = \" {{version}}\"" }, { file = "src/lib.rs", search = "lambda_sqs = .*", replace = "{{crate_name}} = \" {{{version}}\"" }, - { file = "CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 }, - { file = "CHANGELOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 }, - { file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 }, + { file = "PRLOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 }, + { file = "PRLOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 }, + { file = "PRLOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 }, ]