Skip to content

Commit

Permalink
Fix invalid changelog configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Jan 21, 2024
1 parent 72bf4fb commit 2677b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/d-k-bo/opusenc-rs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/d-k-bo/opusenc-rs/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ search = "## \\[Unreleased\\]"
replace = """## [Unreleased]\n\n## [{{version}}] - {{date}}"""
exactly = 1

[[package.metadata.releasepre-release-replacements]]
[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "\\.\\.\\.HEAD"
replace = "...{{tag_name}}"
exactly = 1

[[package.metadata.releasepre-release-replacements]]
[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "\\[Unreleased\\]: "
replace = """[Unreleased]: https://github.com/d-k-bo/opusenc-rs/compare/{{tag_name}}...HEAD\n[{{version}}]: """
Expand Down

0 comments on commit 2677b42

Please sign in to comment.