1.3.0 • Published 18 days ago

@pplancq/semantic-release-config v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

@pplancq/semantic-release-config

This package provides pplancq semantic-release as an extensible shared config.

Usage

We export three semantic-release configurations for your usage.

Install

npm install --save-dev @pplancq/semantic-release-config

semantic-release config

Use with command to enable the default configuration.

npx init-semantic-release-config

@pplancq/semantic-release-config

This is the default configuration. To use, add "release": { "extends": ["@pplancq/semantic-release-config"] } to your package.json.

Git environment variables

VariableDescription
GIT_ASSETSAllows you to add files to be included in the release commit. To add several files, simply separate them with ','.Example: GIT_ASSETS=foo.js,bar.md
GITHUB_DISABLED_SUCCESS_COMMENTSet to 'true' to disable commenting on issues and pull requests
GITHUB_DISABLED_RELEASED_LABELSSet to 'true' to not add any label.