Skip to content

Commit 0eafa46

Browse files
authored
Merge pull request #149 from a5chin/fix/release-drafter-name
Fix/release drafter name
2 parents b8dc699 + 200ad4a commit 0eafa46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name-template: "v$RESOLVED_VERSION 🌈"
1+
name-template: "v$RESOLVED_VERSION"
22
tag-template: "v$RESOLVED_VERSION"
33

44
categories:

.github/workflows/draft.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@ jobs:
1818

1919
- name: Update Draft Release
2020
uses: release-drafter/release-drafter@v6
21+
with:
22+
config-name: release-drafter.yml
23+
disable-autolabeler: true
24+
publish: false
2125
env:
2226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)