Skip to content

Commit 6564320

Browse files
kYaRickCopilot
andcommitted
chore: remove target-commitish from release-drafter config and ensure commitish is set in workflow
Co-authored-by: Copilot <copilot@github.com>
1 parent 9792215 commit 6564320

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release-drafter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name-template: "v$RESOLVED_VERSION"
22
tag-template: "v$RESOLVED_VERSION"
3-
target-commitish: main
43
categories:
54
- title: "✨ Features"
65
labels: ["✨ enhancement", "feat"]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
- uses: release-drafter/release-drafter@v7
2020
with:
2121
config-name: release-drafter.yml
22+
commitish: main
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)