1.0.0 • Published 7 years ago

semantic-release-visualstudio-marketplace-version v1.0.0

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

Semantic Release Scripts for Visual Studio Marketplace

This repo offers a script for integrating semantic-release with publishing extensions on the Visual Studio Marketplace. This is done by querying the marketplace for the latest version of the current package (determined from package.json).

You can use this script like this in your code:

/* package.json */
  "release": {
    "getLastRelease": "semantic-release-visualstudio-marketplace-version",
    "analyzeCommits": "./scripts/analyzeCommits"
  }