0.1.5 • Published 3 years ago

@medly/semantic-release-config v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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"
 }
}