Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
smmoosavi committed Nov 6, 2023
1 parent dd5e231 commit 7c40e02
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,7 +4,7 @@ tag-message = "v{{version}}"
tag-name = "v{{version}}"
pre-release-replacements = [
{file="CHANGELOG.md", search="Unreleased", replace="{{version}}"},
{file="CHANGELOG.md", search="\\.\\.\\.main", replace="...{{tag_name}}", exactly=1},
{file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased] - ReleaseDate", exactly=1},
{file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/smmoosavi/dynamic-graphql/compare/{{tag_name}}...HEAD", exactly=1},
Expand Down

0 comments on commit 7c40e02

Please sign in to comment.