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 fa8b281 commit 3304042Copy full SHA for 3304042
β.github/release_drafter.yamlβ
@@ -30,6 +30,7 @@ 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: "Release ${{ github.event.release.tag_name }}"
+ name: ${{ github.event.inputs.testpypi == 'true' && 'test' || 'Release Notes' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments