v3.0.2
3.0.2 (2023-03-22)
BREAKING CHANGES
When updating from 2.x to 3.x, add the proper suffix.
For an NPM package, change as:
-"extends": "@mixmaxhq/semantic-release-config"
+"extends": "@mixmaxhq/semantic-release-config/package/index.js"And for a service:
-"extends": "@mixmaxhq/semantic-release-config"
+"extends": "@mixmaxhq/semantic-release-config/service/index.js"Note you can also move this config to a .releaserc.json instead of using it inside the package.json. See this as an example for a package and this as an example for service.