Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PRLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
]
Loading