Skip to content

Commit 52bdcd9

Browse files
committed
feat: update multi-semantic-release to 3.1.0
Remove patch-package dependency and associated patch as the new version of multi-semantic-release supports semantic-release v25 natively. Co-authored-by: llm-git <[email protected]> Ticket: BTC-0
1 parent ec1f42c commit 52bdcd9

File tree

3 files changed

+12
-220
lines changed

3 files changed

+12
-220
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
},
1111
"license": "Apache-2.0",
1212
"scripts": {
13-
"check-fmt": "npm run --workspaces check-fmt",
14-
"postinstall": "patch-package"
13+
"check-fmt": "npm run --workspaces check-fmt"
1514
},
1615
"devDependencies": {
1716
"prettier": "^3.3.2",
@@ -20,8 +19,7 @@
2019
"@semantic-release/commit-analyzer": "^12.0.0",
2120
"@semantic-release/release-notes-generator": "^12.0.0",
2221
"@semantic-release/npm": "^13.0.0",
23-
"multi-semantic-release": "3.0.2",
24-
"patch-package": "^8.0.0"
22+
"multi-semantic-release": "3.1.0"
2523
},
2624
"overrides": {
2725
"semantic-release": "^25.0.0",

patches/multi-semantic-release+3.0.2.patch

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

0 commit comments

Comments
 (0)