Skip to content

Commit 149d7c7

Browse files
committed
セキュリティリスク回避のため semantic-release をやめる
1 parent ea1582a commit 149d7c7

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"test:integration": "vitest run ./integration",
5151
"test:integration:update": "vitest run -u ./integration",
5252
"prepublishOnly": "npm run build",
53-
"prepare": "husky install",
54-
"semantic-release": "semantic-release"
53+
"prepare": "husky install"
5554
},
5655
"author": "ysk8hori",
5756
"license": "ISC",
@@ -76,7 +75,6 @@
7675
"husky": "9.1.7",
7776
"lint-staged": "16.1.6",
7877
"prettier": "3.6.2",
79-
"semantic-release": "24.2.8",
8078
"tsx": "4.20.5",
8179
"typescript": "5.9.2",
8280
"typescript-eslint": "8.44.0",
@@ -94,10 +92,5 @@
9492
"npm run prettier --",
9593
"git add"
9694
]
97-
},
98-
"release": {
99-
"branches": [
100-
"main"
101-
]
10295
}
10396
}

0 commit comments

Comments
 (0)