Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bumped-terminal

bumped896MIT0.8.1

Executes whatever terminal command inside as bumped plugin.

bumped, plugin, terminal

readme

bumped-terminal


bumped

Last version Dependency status Dev Dependencies Status NPM Status Donate

Executes whatever terminal command inside bumped as prerelease or postrelease action.

Configure your .bumpedrc adding a entry for bumped-terminal as the follow example:

files: [
  'package.json'
]

plugins:

  prerelease:
    'Linting config files':
      plugin: 'bumped-finepack'

  postrelease:

    'Generating CHANGELOG file':
      plugin: 'bumped-changelog'

    'Commiting new version':
      plugin: 'bumped-terminal'
      command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'

which produces the following output:

example

Install

You don't need to install it! Bumped automatically resolve the plugins dependencies. However if you still want to do so must be globally accessible:

$ npm install -g bumped-terminal

The plugin provide you a serie of keywords for use in your commands as well:

  • $newVersion: Alias for bumped._version (the current semver version).
  • $oldVersion: Alias for bumped._oldVersion (the before semver version).

Additionally you can provide child_process.spawn#options

API

command

Required Type: string

Command to be executed. You can use the follow template words:

  • $newVersion: The bumped version before the release.
  • $oldVersion: The bumped version after the release.

opts

Type: object

Additional options to be passed to execspawn.

License

MIT © Bumped

changelog

0.8.1 (2020-04-02)

  • build: update dependencies (55efaf9)

0.8.0 (2020-02-14)

  • build: migrate lint-staged (e169a0e)
  • build: update travis (4acfaff)
  • fix(package): update coffeescript to version 2.5.0 (49d60a5)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.10 (2019-04-18)

0.7.9 (2019-03-31)

Bug Fixes

  • package: update coffeescript to version 2.4.0 (4d76198)

0.7.8 (2019-03-27)

0.7.8 (2019-03-27)

  • build: update dependencies (c2775fa)
  • build: update release command (0b73221)

0.7.7 (2019-03-27)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.7 (2019-03-27)

0.7.5 (2018-07-03)

0.7.4 (2018-06-20)

0.7.3 (2016-12-21)

Bug Fixes

  • package: update coffee-script to version 1.12.0 (43b090c)

Chores

  • drop support for Node.js 0.10 (d3753b6)

BREAKING CHANGES

  • This module no longer supports Node.js 0.10

0.7.2 (2016-08-27)

0.7.1 (2016-05-02)

0.7.0 (2016-05-02)

0.6.3 (2016-04-18)

0.6.2 (2016-03-24)

0.6.0 (2016-03-24)

0.5.0 (2015-11-03)

0.4.0 (2015-10-16)

0.3.4 (2015-10-12)

0.3.3 (2015-07-29)

0.3.1 (2015-07-29)

0.2.0 (2015-07-28)

0.7.6 (2018-10-28)

0.7.5 (2018-07-03)

0.7.4 (2018-06-20)

0.7.3 (2016-12-21)

Bug Fixes

  • package: update coffee-script to version 1.12.0 (43b090c)

Chores

  • drop support for Node.js 0.10 (d3753b6)

BREAKING CHANGES

  • This module no longer supports Node.js 0.10

0.7.2 (2016-08-27)

0.7.1 (2016-05-02)

0.7.0 (2016-05-02)

0.6.3 (2016-04-18)

0.6.2 (2016-03-24)

0.6.0 (2016-03-24)

0.5.0 (2015-11-03)

0.4.0 (2015-10-16)

0.3.4 (2015-10-12)

0.3.3 (2015-07-29)

0.3.1 (2015-07-29)

0.2.0 (2015-07-28)

0.1.2 (2015-07-21)

0.7.5 (2018-07-03)

0.7.4 (2018-06-20)

  • Handle end of lines (fe2ee33)
  • Handle end of lines (858f84d)
  • chore(package): update dependencies (2423a42)

0.7.3 (2016-12-21)

  • fix(package): update coffee-script to version 1.12.0 (43b090c)
  • chore: drop support for Node.js 0.10 (d3753b6)
  • chore(package): update coffee-script to version 1.11.0 (03d1166)
  • Update (c3c1e26)

BREAKING CHANGE

  • This module no longer supports Node.js 0.10

0.7.2 (2016-08-27)

  • Add support the new bumped plugin interface (82bd4f1)

0.7.1 (2016-05-02)

0.7.0 (2016-05-02)

0.6.3 (2016-04-18)

  • concat stdout under error (08a113d)

0.6.2 (2016-03-24)

  • releases (b69075e)
  • Fix replace all under plugin command (7afa010)
  • refactor: better look and feel (8378caa)

0.6.1 (2016-03-24)

  • refactor: better look and feel (8378caa)

0.6.0 (2016-03-24)

0.5.0 (2015-11-03)

  • replace keywords globally (d94629c)

0.4.0 (2015-10-16)

0.3.4 (2015-10-12)

0.3.3 (2015-07-29)

0.3.1 (2015-07-29)

  • 0.3.0 releases (8a38907)
  • 0.3.1 releases (36e8a01)
  • deleted unnecessary dependency (0017360)
  • refactor. Added keywords scope & documentation (6a4996a)

0.2.0 (2015-07-28)

0.1.2 (2015-07-21)

0.1.1 (2015-07-21)

0.1.0 (2015-07-21)