From 9153fd1fe5b3a32a15ab3436b0a09189fb77c68d Mon Sep 17 00:00:00 2001 From: netbenix Date: Sun, 28 Nov 2021 14:22:55 +0100 Subject: [PATCH] perf(pipeline): added default_bump --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1221778..91d9151 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,6 +23,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: master + default_bump: minor - name: Create Release id: create_release uses: softprops/action-gh-release@v1