Skip to content

Commit d5a652d

Browse files
committed
fix: update version to 2.0.0-beta.0 and rename deploy scripts
1 parent f25e149 commit d5a652d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zereight/mcp-gitlab",
3-
"version": "2.0.0",
3+
"version": "2.0.0-beta.0",
44
"description": "MCP server for using the GitLab API",
55
"license": "MIT",
66
"author": "zereight",
@@ -20,8 +20,8 @@
2020
"prepare": "npm run build",
2121
"dev": "npm run build && node build/index.js",
2222
"watch": "tsc --watch",
23-
"deploy": "npm publish --access public",
24-
"deploy:beta": "npm publish --access public --tag beta",
23+
"npm:deploy": "npm publish --access public",
24+
"npm:deploy:beta": "npm publish --access public --tag beta",
2525
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
2626
"changelog": "auto-changelog -p",
2727
"test": "node test/validate-api.js",

0 commit comments

Comments
 (0)