Skip to content

Commit 6a13132

Browse files
author
Drew Yang
committed
test: 🧪 draft release name
1 parent 3304042 commit 6a13132

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎.github/release_drafter.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ categories:
3030
change-template: '- $TITLE(#$NUMBER)@$AUTHOR'
3131
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
3232
template: |
33-
DataJoint $RESOLVED_VERSION
3433
$CHANGES
3534
3635
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

‎.github/workflows/draft_release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
config-name: release_drafter.yaml
2828
disable-autolabeler: true
29-
name: ${{ github.event.inputs.testpypi == 'true' && 'test' || 'Release Notes' }}
29+
name-template: 'Release $RESOLVED_VERSION'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)