From ffb7d88ddd58de1e8c055faffee97ac108a297de Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 14:03:23 +0100 Subject: [PATCH] Updated pipeline --- .github/workflows/go.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f7c6ec..36167bb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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