Skip to content

Commit

Permalink
fix: use patch-package instead of @semrel-extra/npm
Browse files Browse the repository at this point in the history
`@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.
  • Loading branch information
bitgopatmcl committed Aug 22, 2023
1 parent cbdd149 commit 293897a
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semrel-extra/npm",
"@semantic-release/npm",
"@semantic-release-extras/github-comment-specific"
]
}
Loading

0 comments on commit 293897a

Please sign in to comment.