Skip to content

Commit

Permalink
Change the release rules, so feat wont bump the minor, and introduce …
Browse files Browse the repository at this point in the history
…a new bump: commit type

Change-Id: I92f23e83266394e02cd91adb1df7d8082fd4dff7
  • Loading branch information
mtlljm committed Nov 1, 2023
1 parent 6cbc123 commit bf7f5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_release_rules: feat:patch,bump:minor
dry_run: true

- name: Build yarn
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_release_rules: feat:patch,bump:minor

- name: Create a GitHub release
if: ${{ inputs.release }}
Expand Down

0 comments on commit bf7f5d1

Please sign in to comment.