Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 1187a66

Browse files
committed
chore: Add "sign" option to release command
1 parent 249f756 commit 1187a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test:dev": "cd test/project && npm run dev",
3131
"test:build": "cd test/project && npm run build",
3232
"test:docs": "cd test/project && npm run docs",
33-
"release": "standard-version"
33+
"release": "standard-version --sign"
3434
},
3535
"bin": {
3636
"pangolin": "./bin/pangolin.js"

0 commit comments

Comments
 (0)