Skip to content

Commit

Permalink
Fix bumpversion in GitHub Actions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp authored Dec 29, 2023
1 parent 9b56361 commit 02ab72d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:CHANGELOG.md]
search = **unreleased**
replace = **unreleased**
**v{new_version}**
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unreleased v0.1.2-dev

0 comments on commit 02ab72d

Please sign in to comment.