Skip to content

Commit

Permalink
Allow to release without changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid committed Sep 26, 2022
1 parent 7a3cd3d commit 364183c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ disable-publish = true
dev-version-ext = "dev"
pre-release-replacements = [
{file="README.md", search="v[0-9]+\\.[0-9]+\\.[0-9]+", replace="v{{version}}"},
{file="CHANGELOG.md", search="Unreleased", replace="v{{version}}"},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"}
{file="CHANGELOG.md", search="Unreleased", replace="v{{version}}", min=0},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=0}
]

0 comments on commit 364183c

Please sign in to comment.