versini-release

1.2.0 • Public • Published

Release Helper for my packages

This package provides very specific options to bump and release my own packages.

Installation

$ yarn add --dev versini-release

Update your package.json file with the following scripts calls:

"scripts"{
  "bump": "versini-release -t bump",
  "release": "versini-release -t release"
}

NOTE: The release script is expecting to run 2 other scripts, called test:coverage and changelog. Make sure they do exist before running the release script. You can ignore them in the .versini-release.config.js file.

Usage

Bump to the next version

$ yarn bump

Tag the release

$ yarn release

Readme

Keywords

none

Package Sidebar

Install

npm i versini-release

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

18.7 kB

Total Files

8

Last publish

Collaborators

  • aversini