Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tag-release

Package Overview
Dependencies
Maintainers
4
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.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
113
increased by11200%
Maintainers
4
Weekly downloads
 
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 16 Jun 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

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