Skip to content

Release It

Enabled

This plugin is enabled when there’s a match in dependencies or devDependencies in package.json:

  • release-it

Default configuration

{
"release-it": {
"config": [
".release-it.json",
".release-it.{js,cjs}",
".release-it.{yml,yaml}",
"package.json"
]
}
}

Custom config or entry configuration overrides the defaults, they are not merged.

ISC License © 2024 Lars Kappert