Skip to content

Commit

Permalink
Add bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
karlch committed Jul 15, 2023
1 parent abd5f5b commit 464a1b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[bumpversion]
current_version = 0.9.0
commit = True
message = Release v{new_version}
tag = True
tag_name = v{new_version}

[bumpversion:file:vimiv/__init__.py]
serialize = ({major}, {minor}, {patch})

[bumpversion:file:misc/org.karlch.vimiv.qt.metainfo.xml]
search = <!-- Add new releases here -->
replace = <!-- Add new releases here -->
<release version="{new_version}" date="{now:%Y-%m-%d}"/>

[bumpversion:file:docs/changelog.rst]
search = (unreleased)
replace = ({now:%Y-%m-%d})

0 comments on commit 464a1b7

Please # to comment.