@transfermarkt/semantic-release-config
v2.1.0
Published
Standard semantic release configuration for Transfermarkt projects.
Downloads
1,696
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 -DAdd this to your package.json:
"release": {
"extends": "@transfermarkt/semantic-release-config"
}and add a script 'release' to your package.json:
"release": "semantic-release"