Release 1.0.0
Updated Compression
This commit is contained in:
commit
0f3f767789
1 changed files with 8 additions and 3 deletions
11
.github/workflows/go.yml
vendored
11
.github/workflows/go.yml
vendored
|
|
@ -19,11 +19,16 @@ jobs:
|
||||||
|
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
id: tag_version
|
id: tag_version
|
||||||
uses: mathieudutour/github-tag-action@v5.6
|
uses: mathieudutour/github-tag-action@v6.0
|
||||||
env:
|
|
||||||
default_bump: minor
|
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
default_bump: minor
|
||||||
|
release_branches: master
|
||||||
|
custom_release_rules: |
|
||||||
|
release:release,
|
||||||
|
bug:patch,
|
||||||
|
fix:patch,
|
||||||
|
feature:minor
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
|
||||||
Reference in a new issue