Skip to content

Commit 833a6e4

Browse files
authored
Merge pull request #700 from DaleStudy/613-draft-release
Draft 배포 단계 추가
2 parents 415c059 + 8a784a4 commit 833a6e4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tagging.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ jobs:
4242
run: |
4343
npm version ${{ steps.version.outputs.version }}
4444
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "daleui",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"repository": "github:DaleStudy/daleui",
66
"license": "MIT",

0 commit comments

Comments
 (0)