Skip to content

Commit d3bd8cb

Browse files
committed
chore(github-action): add action to bump version and push tag (fixup)
Remove initial version, as 0.0 seems not semver compliant #minor
1 parent 037c7a4 commit d3bd8cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
WITH_V: false
28-
INITIAL_VERSION: "0.0"
2928
DEFAULT_BUMP: ${{ inputs.bump_type}}

.github/workflows/on-commits.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ jobs:
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # if you don't want to set write permissions use a PAT token
7676
WITH_V: false
77-
INITIAL_VERSION: "0.0"
7877
DEFAULT_BUMP: none

0 commit comments

Comments
 (0)