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

tag-release

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tag-release

Automatically Tag and Release Repositories

3.0.1
Source
npm
Version published
Maintainers
2
Created
Source

tag-release

Usage

$ tag-release

You will be prompted for information regarding if there is a develop branch in your repository and what type of version update (major, minor, patch). Along the way, you'll have the opportunity to verify, modify, or cancel the tag-release process.

Flags

Develop
$ tag-release --develop
$ tag-release -d
Release
$ tag-release --release major
$ tag-release -r minor
Combination
$ tag-release -d -r patch

Future Updates

  • Remove the .shortlog temp file when complete
  • Don't ask about develop branch. Programmatically determine if the repository has a develop branch or not.
  • Clean up the shortlog better by removing commits blocks that are empty (the committer has no commits after merges were removed).
  • Don't ask to publish to npm. Look at the package.json private key to determine.
  • Publish tag as a release on GitHub. Get remote upstream URL in order to pass to API.

FAQs

Package last updated on 24 May 2016

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