We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304042 commit 6a13132Copy full SHA for 6a13132
‎.github/release_drafter.yaml‎
@@ -30,7 +30,6 @@ categories:
30
change-template: '- $TITLE(#$NUMBER)@$AUTHOR'
31
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
32
template: |
33
- DataJoint $RESOLVED_VERSION
34
$CHANGES
35
36
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
‎.github/workflows/draft_release.yaml‎
@@ -26,6 +26,6 @@ jobs:
26
with:
27
config-name: release_drafter.yaml
28
disable-autolabeler: true
29
- name: ${{ github.event.inputs.testpypi == 'true' && 'test' || 'Release Notes' }}
+ name-template: 'Release $RESOLVED_VERSION'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments