1.0.2 • Published 6 years ago

vss-version v1.0.2

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

VSS-Version

VSS-Version provides helper functions for modifying extension manifests (i.e. vss-extension.json) in Visual Studio Team Services (VSTS) Extension development (https://docs.microsoft.com/de-de/vsts/extend/get-started/node).

Install

vss-version is available as npm-package:

npm install --save-dev vss-version

Usage

You can run vss-version manually or integrate its functionality as one of your package.json scripts.

vss-version --inc minor

Functions

--inc

Increments specified version of vss-extension.json:

  • major increments major version
  • minor increments minor version
  • patch increments patch version
  • build increments build version