We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1b0b2 commit ffdb42cCopy full SHA for ffdb42c
package.json
@@ -40,7 +40,8 @@
40
"test:precommit": "vitest run",
41
"commitlint": "commitlint --edit",
42
"prepublishOnly": "npm run test:precommit && npm run build",
43
- "semantic-release": "semantic-release"
+ "semantic-release": "semantic-release",
44
+ "semantic-release:dry-run": "semantic-release --dry-run"
45
},
46
"dependencies": {
47
"@modelcontextprotocol/sdk": "^1.16.0",
0 commit comments