Skip to content

Commit 3d486b9

Browse files
committed
Update package.json
1 parent b222956 commit 3d486b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"update-deps": "npx npm-check-updates -u && npm install",
3535
"bump": "npm version patch && git push origin main --follow-tags",
3636
"bump:minor": "npm version minor && git push origin main --follow-tags",
37-
"bump:major": "npm version major && git push origin main --follow-tags"
37+
"bump:major": "npm version major && git push origin main --follow-tags",
38+
"release": "gh release create v$(node -p \"require('./package.json').version\") --title v$(node -p \"require('./package.json').version\") --generate-notes"
3839
},
3940
"dependencies": {
4041
"@servicestack/client": "^2.1.13"

0 commit comments

Comments
 (0)