0.1.25 • Published 3 years ago

@atir-naveed-geeksltd/semantic-release-config v0.1.25

Weekly downloads
-
License
MIT
Repository
github
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 @atir-naveed-geeksltd/semantic-release-config

Usage

Add below line in your package.json

{
 "release": {
  "extends": "@atir-naveed-geeksltd/semantic-release-config"
 }
}

Default config

You can view the default config here