Skip to Content
Configuration

Configuration

💡

By default, the plugin will create a release on GitHub and doesn’t create a changelog file.

KeyTypeDefaultDescription
disableReleasebooleanundefinedDo not create a release on GitHub.
inFilestringundefinedPath to the changelog file.
headerstring"# Changelog"Header of the changelog file.
publishCommandstringpnpm -r publish --access public --no-git-checks --tag $tagCommand to publish the package.

Example:

{ "plugins": { "release-it-pnpm": { "disableRelease": true, "inFile": "CHANGELOG.md", "publishCommand": "vsce publish --no-dependencies" } } }
Last updated on