diff --git a/.github/release-drafter.yaml b/.github/release-drafter.yaml index fb2ec4b..6e19559 100644 --- a/.github/release-drafter.yaml +++ b/.github/release-drafter.yaml @@ -36,12 +36,13 @@ version-resolver: minor: labels: - "enhancement" - - "fix" + - "feature" - "minor" patch: labels: - "documentation" - "maintenance" + - "fix" - "patch" default: patch autolabeler: diff --git a/.github/workflows/test-pr-title.yaml b/.github/workflows/test-pr-title.yaml index f7d9517..b251c10 100644 --- a/.github/workflows/test-pr-title.yaml +++ b/.github/workflows/test-pr-title.yaml @@ -30,6 +30,7 @@ jobs: scopes: | ci docs + deps requireScope: false secrets: github-token: ${{ secrets.GITHUB_TOKEN }}