Skip to content

Commit ffdb42c

Browse files
committed
feat: add semantic-release dry-run script
1 parent fc1b0b2 commit ffdb42c

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
@@ -40,7 +40,8 @@
4040
"test:precommit": "vitest run",
4141
"commitlint": "commitlint --edit",
4242
"prepublishOnly": "npm run test:precommit && npm run build",
43-
"semantic-release": "semantic-release"
43+
"semantic-release": "semantic-release",
44+
"semantic-release:dry-run": "semantic-release --dry-run"
4445
},
4546
"dependencies": {
4647
"@modelcontextprotocol/sdk": "^1.16.0",

0 commit comments

Comments
 (0)