commit
e52b39978b
1 changed files with 3 additions and 6 deletions
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
|
|
@ -22,14 +22,11 @@ jobs:
|
||||||
uses: mathieudutour/github-tag-action@v6.0
|
uses: mathieudutour/github-tag-action@v6.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
default_bump: minor
|
|
||||||
release_branches: master
|
release_branches: master
|
||||||
custom_release_rules: |
|
custom_release_rules: |
|
||||||
release:major,
|
Release:major,
|
||||||
bug:patch,
|
Fix,Bugfix:patch,
|
||||||
fix:patch,
|
Feature:minor
|
||||||
feature:minor
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|
|
||||||
Reference in a new issue