Skip to content

Commit c7e1e5a

Browse files
committed
Testing github action.
1 parent 6aa6744 commit c7e1e5a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.bumpversion.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bump-Version
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
jobs:
99
bump-version:

0 commit comments

Comments
 (0)