Skip to content

Commit

Permalink
ci: fix release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olichwiruk committed Aug 20, 2024
1 parent 89d8975 commit 6cf60a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ tag-name="v{{version}}"
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}" ]
pre-release-commit-message="chore: release {{version}} version"
pre-release-replacements = [
{file="README.md", search="oca-repository\\:.*", replace="{{crate_name}}:{{version}}"},
{file="README.md", search="oca-repository:.*", replace="{{crate_name}}:{{version}}"},
]

0 comments on commit 6cf60a9

Please sign in to comment.