Skip to content

Commit a5684d1

Browse files
committed
fix: use patch-package instead of @semrel-extra/npm
`@semrel-extra/npm` hasn't been updated to suppport ES modules, which are used by the latest version of `semantic-release`. This just applies the relevant fix directly to `@semantic-release/npm` until this is fixed upstream.
1 parent cbdd149 commit a5684d1

File tree

4 files changed

+294
-330
lines changed

4 files changed

+294
-330
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5-
"@semrel-extra/npm",
5+
"@semantic-release/npm",
66
"@semantic-release-extras/github-comment-specific"
77
]
88
}

0 commit comments

Comments
 (0)