Socket
Socket
Sign inDemoInstall

semantic-release-visualstudio-marketplace-version

Package Overview
Dependencies
49
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    semantic-release-visualstudio-marketplace-version

Semantic Release plugin for getting latest version of published vs/vscode extension on marketplace.visualstudio.com.


Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 09 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc