1.2.0 • Published 7 years ago

semanticversion v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

CircleCI NSP Status contributions welcome

semanticversion is a global NPM Module and command line tool that helps you easily change your semantic version in your package.json file and push the new tag to git.

Installation

Install globally by running npm install semanticversion -g

Details

A semantic version is divided into several categories including: major, minor and patch. Read more about semantic versioning

Usage

While in the project root, and on the same level where package.json is located, you can run semanticversion by entering semanticversion in the CLI or simply sv as a shortcut.

Options

Select from the following options:

  • Select the semantic version you want to bump:
    • Major
    • Minor
    • Patch
  • Commit to Git?
    • Yes
    • No
  • Select which branch you wish to push to:
    • Master
    • Dev
    • Other

The system will prompt you for a commit message if you are wanting to push your tags and code using Git.

1.2.0

7 years ago

1.1.0

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago