ci(release): don't patch MSR anymore, add npm semantic release plugin

This commit is contained in:
PalmDevs
2024-07-22 22:40:56 +07:00
parent 3ad0f7b19d
commit b76e223f07
6 changed files with 36 additions and 29 deletions

View File

@@ -1,4 +1,6 @@
export default {
import defineSubprojectReleaseConfig from '../../semantic-release-config.js'
export default defineSubprojectReleaseConfig({
plugins:
process.env.RELEASE_WORKFLOW_STEP === 'publish'
? [
@@ -27,4 +29,4 @@ export default {
},
],
],
}
})