Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
docs: add gh create release to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekrey committed Oct 13, 2021
1 parent 7799555 commit 09187d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "jest",
"release:patch": "release patch",
"release:minor": "release minor",
"release:major": "release major"
"release:major": "release major",
"gh:release": "gh release create"
},
"dependencies": {
"@modulz/radix-icons": "^4.0.0",
Expand Down

0 comments on commit 09187d6

Please sign in to comment.