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 415c059 + 8a784a4 commit 833a6e4Copy full SHA for 833a6e4
.github/workflows/tagging.yml
@@ -42,3 +42,8 @@ jobs:
42
run: |
43
npm version ${{ steps.version.outputs.version }}
44
git push --follow-tags
45
+
46
+ - name: Draft release
47
+ env:
48
+ GH_TOKEN: ${{ github.token }}
49
+ run: gh release create v${{ steps.version.outputs.version }} --draft --generate-notes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "daleui",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"type": "module",
5
"repository": "github:DaleStudy/daleui",
6
"license": "MIT",
0 commit comments