Skip to content

Commit

Permalink
Fix version bump in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher committed Dec 29, 2019
1 parent e9d25b6 commit b767a19
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
@@ -1,5 +1,5 @@
pre-release-replacements = [
{file="README.md", search="releases/download/v[a-z0-9\\.-]+", replace="releases/download/{{version}}"},
{file="README.md", search="releases/download/v[0-9\\.-]+", replace="releases/download/{{version}}"},
{file="CHANGELOG.md", search="Unreleased", replace="{{version}}"},
{file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}"},
{file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased] - ReleaseDate"},
Expand Down

0 comments on commit b767a19

Please sign in to comment.