You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lerna-release: Support latest lerna options for creating github and gitlab releases (614570f)
plugin-prettier: autoset prettier config for eslint & ide integrations (1c29783)
BREAKING CHANGES
semantic-release: Default config does not include github steps
semantic-release: There are 3 default configs now (default, github, gitlab) and they all moved into the config subfolder
Require Node.js >= 10.18
Requires nodejs version 10 or newer.
config-default:spire-plugin-semantic-release is not installed anymore by 'spire-plugin-config-default'
lint-staged: spire-plugin-lint-staged no longer matches files case insensitive.
eslint: prettier is enabled in the default eslint config
lerna-release: This removes the githubRelease: true option. To migrate change the option to createRelease: "github"
lerna-release: The default configuration for githubRelease changed to false and publish is now run in interactive mode by default. If you want non-interactive mode again add --yes to extraArgs config.