semantic-release-visualstudio-marketplace-version

1.0.0 • Public • Published

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"
  }

Package Sidebar

Install

npm i semantic-release-visualstudio-marketplace-version

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kumarharsh