We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7304 commit 30f5b39Copy full SHA for 30f5b39
.github/release.yml
@@ -0,0 +1,11 @@
1
+changelog:
2
+ categories:
3
+ - title: New Features 🎉
4
+ labels:
5
+ - "@type/feature"
6
+ - title: Bug Fixes 🐛
7
8
+ - "@type/bug"
9
+ - title: Other Changes
10
11
+ - "*"
.github/workflows/deploy.yml
@@ -1,6 +1,9 @@
name: Deploy
on:
workflow_dispatch:
+ push:
+ tags:
+ - v*
permissions:
contents: read
0 commit comments