Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f15eb3d

Browse files
authored
Merge pull request #71 from janhq/fix/release-drafter-template-error-release-name
Fix error release name in release drafter template
2 parents 9908384 + db8c768 commit f15eb3d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
name-template: '$RESOLVED_VERSION 🌈'
2-
tag-template: 'v$RESOLVED_VERSION'
31
categories:
42
- title: '🚀 Features'
53
labels:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
3737
tag_name: ${{ github.ref_name }}
38-
release_name: ${{ env.VERSION }}
38+
release_name: "${{ env.VERSION }} 🌈"
3939
draft: true
4040
prerelease: false
4141

0 commit comments

Comments
 (0)