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.
2 parents 1486980 + 9925299 commit 129293eCopy full SHA for 129293e
.github/release.yml
@@ -0,0 +1,14 @@
1
+changelog:
2
+ categories:
3
+ - title: New features
4
+ labels:
5
+ - enhancement
6
+ - title: Bug fixes
7
8
+ - bug
9
+ - title: Documentation
10
11
+ - documentation
12
+ - title: Other changes
13
14
+ - "*"
.github/workflows/release.yml
@@ -0,0 +1,17 @@
+name: Releases
+
+on:
+ push:
+ tags:
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ steps:
+ - uses: actions/checkout@v3
15
+ - uses: ncipollo/release-action@v1
16
+ with:
17
+ generateReleaseNotes: "true"
0 commit comments