Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
0
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it

Generic CLI tool to automate versioning and package publishing-related tasks.


Version published
Weekly downloads
420K
decreased by-8.89%
Maintainers
0
Weekly downloads
 
Created

What is release-it?

release-it is a versatile command-line tool for automating versioning and package publishing. It simplifies the release process by handling version bumps, changelogs, Git tags, and publishing to npm and other platforms.

What are release-it's main functionalities?

Version Bumping

Automatically bumps the version of your project. In this example, it bumps the minor version.

release-it minor

Changelog Generation

Generates a changelog based on the commits since the last release.

release-it --changelog

Git Tagging

Creates a new Git tag for the release.

release-it --git.tag

NPM Publishing

Publishes the package to the npm registry.

release-it --npm.publish

Custom Hooks

Allows you to define custom hooks to run at various points in the release process.

{ "hooks": { "before:init": "echo 'This is a custom hook'" } }

Other packages similar to release-it

Keywords

FAQs

Package last updated on 14 Jul 2024

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