1.0.14 • Published 4 years ago

@luca_previtali/easy-release v1.0.14

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Easy Release

Install

npm install --save-dev @luca_previtali/easy-release

Setup

Add this script in package.json like the following example:

"scripts": {
    "postversion": "easy-release --changelogPath Changelog.md --constantPath src/Constant.js"
  }

This script can take two optional params:

  • changelogPath: path to changelog file
  • constantPath: path to Js file

If changelog or constant files not exist a new ones will be created.

Usage

When you are ready to package a new version of your app simply launch

npm version [major | minor | patch] -m 'Optional commit for new release'

After update your package.json version, the script will ask you the changes of the new version that will be added at changelog file. After updated your desidered Js file and Changelog npm create a git release commit and the version tag.

Want more explanations?

For more info see https://docs.npmjs.com/cli/version

1.0.14

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago