We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a50ceb commit f66d7c5Copy full SHA for f66d7c5
.github/release-drafter.yml
@@ -1,5 +1,5 @@
1
-name-template: 'v$NEXT_MINOR_VERSION 🌈'
2
-tag-template: 'v$NEXT_MINOR_VERSION'
+name-template: 'v$NEXT_PATCH_VERSION 🌈'
+tag-template: 'v$NEXT_PATCH_VERSION'
3
categories:
4
- title: '🚀 Features'
5
labels:
.github/workflows/distribute.yml
@@ -2,8 +2,7 @@ name: Distribute source to pypi package
on:
release:
- types:
6
- - created
+ types: [published]
7
8
9
jobs:
0 commit comments