🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

semantic-release-version-branch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

semantic-release-version-branch

Create and update version branches during release

unpublished
latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

semantic-release-version-branch

A package for semantic-release that creates or updates the version branches (v1.2.x for example) for you depending on the release version. The plugin works only on the success step of semantic-release.

Setup

  • Install
npm i -D semantic-release-version-branch
  • Include the plugin inside the plugins section of the semantic-release configuration.
{
  "plugins": [
    // ...
    "semantic-release-version-branch",
    // ...
  ]
}

FAQs

Package last updated on 10 May 2023

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