2.0.0 • Published 6 years ago

test-tag-publish v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Overview

This package will do the following:

  1. Check for uncommitted changes.
  2. Run tests.
  3. Update the version number.
  4. Commit the version number.
  5. Tag the commit.
  6. Push all commits and tags.
  7. Publish to npm.

Usage

Install:

npm i -g test-tag-publish

Run:

test-tag-publish <version> [options]

Parameters

  • <version>
    • This is required and can be anything that npm version accepts.
    • [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
  • [options]
    • [-m | --message]
      • The commit message.
      • %s can be used to insert the new version number.
      • Default value is v%s.
    • [-t | --tag]
      • The tag message.
      • %s can be used to insert the new version number.
      • If this is not set the message is used.
    • [-f | --force]
      • Skip the check for uncommitted changes.
    • [-n | --no-test]
      • Skip tests.
2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago