@medly/semantic-release-config
v0.1.5
Published
Basic semantic release config
Downloads
2
Readme
Semantic Release Config
What is semantic-release?
semantic-release is a fully automated version management and package publishing library that automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
About
semantic-release configuration recommended by Medly to automate your react application's release workflow.
Shared semantic release config
Install
yarn add -D @medly/semantic-release-config
Usage
Add below line in your package.json
{
"release": {
"extends": "@medly/semantic-release-config"
}
}