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.
2 parents ea1582a + 149d7c7 commit 60e6c0eCopy full SHA for 60e6c0e
.github/workflows/release.yml
package.json
@@ -50,8 +50,7 @@
50
"test:integration": "vitest run ./integration",
51
"test:integration:update": "vitest run -u ./integration",
52
"prepublishOnly": "npm run build",
53
- "prepare": "husky install",
54
- "semantic-release": "semantic-release"
+ "prepare": "husky install"
55
},
56
"author": "ysk8hori",
57
"license": "ISC",
@@ -76,7 +75,6 @@
76
75
"husky": "9.1.7",
77
"lint-staged": "16.1.6",
78
"prettier": "3.6.2",
79
- "semantic-release": "24.2.8",
80
"tsx": "4.20.5",
81
"typescript": "5.9.2",
82
"typescript-eslint": "8.44.0",
@@ -94,10 +92,5 @@
94
92
"npm run prettier --",
95
93
"git add"
96
]
97
- },
98
- "release": {
99
- "branches": [
100
- "main"
101
- ]
102
}
103
0 commit comments