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
|
||||
id: tag_version
|
||||
uses: mathieudutour/github-tag-action@v5.6
|
||||
env:
|
||||
default_bump: minor
|
||||
uses: mathieudutour/github-tag-action@v6.0
|
||||
with:
|
||||
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
|
||||
id: create_release
|
||||
|
|
|
|||
Reference in a new issue