Skip to content

Commit 8effa28

Browse files
author
iwakitakuma
committed
Bump version to 1.0.74
1 parent e5248b3 commit 8effa28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zereight/mcp-gitlab",
3-
"version": "1.0.72",
3+
"version": "1.0.74",
44
"description": "MCP server for using the GitLab API",
55
"license": "MIT",
66
"author": "zereight",

scripts/npm_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
git fetch
33

44
git checkout main
5-
IMAGE_VERSION=$(git describe --tags --abbrev=0)
5+
IMAGE_VERSION=$(git describe --tags --abbrev=0 --match "v[0-9]*.[0-9]*.[0-9]*" main)
66

77
git checkout "${IMAGE_VERSION}"
88
echo "${IMAGE_VERSION}"

0 commit comments

Comments
 (0)