🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

standard-release

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-release

CLI release tool for packages, built on Release It!

0.2.0
latest
npm
Version published
Weekly downloads
100
69.49%
Maintainers
1
Weekly downloads
 
Created
Source

Standard Release!

CLI release tool for packages, built on Release It!

Installation

yarn add --global standard-release

Usage

In the root package.json file, prevent npm publishå

{
  "private": true,
  "script": {
    "prePublish": "standard-release guard",
    "release:beta": "standard-release release --preRelease=beta",
    "release": "standard-release release",
  }
}
standard-release guard
standard-release release [options]

Credits

All the folks involved with Release It!

Thanks for your hard work and dedication to the community!

FAQs

Package last updated on 18 Aug 2023

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