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
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
default_bump: minor
|
||||
release_branches: master
|
||||
custom_release_rules: |
|
||||
release:major,
|
||||
bug:patch,
|
||||
fix:patch,
|
||||
feature:minor
|
||||
|
||||
Release:major,
|
||||
Fix,Bugfix:patch,
|
||||
Feature:minor
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
|
|||
Reference in a new issue