New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

semantic-release-vsce

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release-vsce

Semantic release plugin for vs code extensions

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.2K
increased by34.94%
Maintainers
1
Weekly downloads
 
Created
Source

semantic-release-vsce

Build Status Greenkeeper badge semantic-release

Semantic release plugin for vs code extensions

NOTE: This package is still experimental - semantic-release multi plugins are not released

Add config to package.json
{
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "release": {
    "verifyConditions": [
      "@semantic-release/travis",
      "semantic-release-vsce",
      "@semantic-release/github"
    ],
    "getLastRelease": "semantic-release-vsce",
    "analyzeCommits": "@semantic-release/conventional-changelog",
    "verifyRelease": [
      "@semantic-release/lts"
    ],
    "generateNotes" : "@semantic-release/conventional-changelog",
    "publish": [
      "semantic-release-vsce",
      "@semantic-release/github"
    ]
  },
  "devDependencies": {
    "semantic-release": "x.x.x"
  }
}
Travis example

Environment variables:

  VSCE_TOKEN=""

Example:

# .travis.yml
language: node_js
cache:
  directories:
    - ~/.npm
    - "node_modules"
node_js:
  - '8'
install:
  - npm install
stages:
  - test
  - name: publish
    if: brance = master
script:
  - npm test
jobs:
  include:
    - stage: publish
    - script: npm run semantic-release

FAQs

Package last updated on 22 Nov 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc