Skip to content

Commit dec285c

Browse files
author
Sean Sundberg
authored
Updates changelog message (#239)
1 parent 53ee052 commit dec285c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/release-drafter-beta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name-template: 'v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
33
version-template: '$MAJOR.$MINOR-beta.$PATCH'
4-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
4+
change-template: '- $TITLE (#$NUMBER)'
55
categories:
66
- title: 'Features'
77
labels:
@@ -26,4 +26,4 @@ version-resolver:
2626
- 'patch'
2727
default: patch
2828
template: |
29-
$CHANGES
29+
$CHANGES

.github/release-drafter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name-template: 'v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
3-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3+
change-template: '- $TITLE (#$NUMBER)'
44
categories:
55
- title: 'Features'
66
labels:
@@ -25,4 +25,4 @@ version-resolver:
2525
- 'patch'
2626
default: patch
2727
template: |
28-
$CHANGES
28+
$CHANGES

0 commit comments

Comments
 (0)