This package has been deprecated

Author message:

use standard-version instead

pob-release
TypeScript icon, indicating that this package has built-in type declarations

5.6.3 • Public • Published

pob-release

release with ease

Install

npm install --save-dev pob-release repository-check-dirty

How to use

Direct use

node_modules/.bin/pob-release [version]

With npm scripts npm run release

Edit your package.json:

{
  "scripts": {
    "lint": "eslint ...",
    "preversion": "npm run lint",
    "version": "pob-version",
    "release": "repository-check-dirty && pob-release"
  }
}

What it does

  1. Call npm version (modify package.json, create a commit, create a tag)
  2. (Optional with pob-version) Create/Update AUTHORS
  3. (Optional with pob-version) Create/Update CHANGELOG.md (and let you edit with your $EDITOR)
  4. Call git push and git push [tag]

Options

pob-release [version]

Cli

If you use npm script:

npm run release -- [version]

Readme

Keywords

none

Package Sidebar

Install

npm i pob-release

Weekly Downloads

40

Version

5.6.3

License

ISC

Unpacked Size

26.9 kB

Total Files

11

Last publish

Collaborators

  • churpeau