New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

git-release

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-release

Release a new version of your Git project

latest
Source
npmnpm
Version
0.6.0
Version published
Maintainers
1
Created
Source

release

Release a new version of your Git project

screenshot

Installation

Install with npm

npm install -g git-release

Usage

release

By default, this will

  • execute .git/hooks/pre-release (if present)
  • increment the patch version (ex: from 1.2.0 to 1.2.1) in the package.json file using the Semantic Versioning specification
  • commit the package.json file
  • create a Git tag for the new version
  • push to the remote server
  • execute .git/hooks/post-release (if present)

You can also increment the minor version (ex: from 1.2.0 to 1.3.0)

release minor

Or the major version (ex: from 1.2.0 to 2.0.0)

release major

Or force a specific version

release 1.3.0-alpha

Keywords

git

FAQs

Package last updated on 10 Feb 2015

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