We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa6744 commit c7e1e5aCopy full SHA for c7e1e5a
.bumpversion.cfg
@@ -0,0 +1,9 @@
1
+[bumpversion]
2
+current_version = 0.1.0
3
+commit = True
4
+tag = True
5
+
6
+[bumpversion:file:Cargo.toml]
7
+search = version = "{current_version}"
8
+replace = version = "{new_version}"
9
.github/workflows/bump-version.yml
@@ -3,7 +3,7 @@ name: Bump-Version
on:
push:
branches:
- - main
+ - dev
jobs:
bump-version:
0 commit comments