Skip to content

Commit

Permalink
add tag to bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
klunkean committed Jun 10, 2021
1 parent 193057f commit 247b079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bumpversion]
current_version = 0.1.4
commit = True
tag = True

[bumpversion:file:pyfurc/__init__.py]

Expand All @@ -10,4 +11,4 @@ replace = version = "{new_version}"

[bumpversion:file:doc/source/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"
replace = release = "{new_version}"

0 comments on commit 247b079

Please sign in to comment.