@transfermarkt/semantic-release-config
v2.0.12
Published
Standard semantic release configuration for Transfermarkt projects.
Downloads
481
Readme
Global semantic release configuration for transfermarkt projects
This configuration should be used to integrate global semantic release configuration into transfermarkt projects.
Installation
Inside the project directory:
npm i @transfermarkt/semantic-release-config -D
Add this to your package.json:
"release": {
"extends": "@transfermarkt/semantic-release-config"
}
and add a script 'release' to your package.json:
"release": "semantic-release"