Socket
Socket
Sign inDemoInstall

version-bump-plugin-git-updated

Package Overview
Dependencies
61
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    version-bump-plugin-git-updated

Version strategy for bumping version based on the last git commit message


Version published
Weekly downloads
4
decreased by-55.56%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

version-bump-plugin-git

npm version CircleCI

A version strategy for version-bump.

Uses the last git commit subject to determine the bump level. Will bump based on the following text:

  • [major]
  • [minor]
  • [patch]
  • [pre-major]
  • [pre-minor]
  • [pre-patch]
  • [pre-release]
  • [build-release]

Default is the lowest version possible.

Install

Make sure you have version-bump installed, then install the strategy with:

npm i version-bump-plugin-git --dev

Usage

From command line:

$ version-bump git-commit-msg

As a config file:

// save as .version-bump.js in the root of your project
module.exports = {
  strategy: 'git-commit-subj'
}

Keywords

FAQs

Last updated on 17 Mar 2023

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