Skip to content

v3.0.2

Compare
Choose a tag to compare
@eduardborges eduardborges released this 22 Mar 22:11
· 28 commits to master since this release

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.

Bug Fixes