diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d289b49..1359d68 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,4 +1,4 @@ -name-template: 'v$RESOLVED_VERSION' +name-template: 'v$RESOLVED_VERSION Opvic control plane and agent' tag-template: 'v$RESOLVED_VERSION' categories: - title: '🚀 Features' diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 415ff06..4bc0158 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -4,15 +4,13 @@ on: push: branches: - main - paths: - - '!charts/**' - - '!.github/**' + paths-ignore: + - 'charts/**' + - '.github/**' pull_request: types: [opened, reopened, synchronize] branches: - main - pull_request_target: - types: [opened, reopened, synchronize] jobs: update_release_draft: