Skip to content

Commit 53b54f5

Browse files
authored
Merge pull request #14 from basi/work/update_initial_version
Update version bump workflow to start from 1.0.0
2 parents 4ec5638 + e961950 commit 53b54f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: mathieudutour/github-tag-action@v6.2
1515
with:
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
default_bump: patch
18+
custom_tag: 1.0.0
1719
- name: Create a GitHub release
1820
uses: ncipollo/release-action@v1
1921
with:

0 commit comments

Comments
 (0)