diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06e0e96..0c1ddc3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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