🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

npm-release-helper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-release-helper

tool to assist a branching and building release model for remote git repo installations

latest
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

npm-release-helper

This tool is for code that has a pre-publish build step, but is not on the public NPM registry. i.e. remote git installs.

The tool puts the built code is only on your master branch and not your develop branch. The tool puts only the tagged version commits onto master, so an import without a commit-ish should fetch the latest tagged version.

installation

npm install -g npm-release-helper

usage

In repo.

npm-release-helper <version> where version is the same argument as to npm version <version>.

prerequistes

  • npm run build is defined and puts build artifacts in one dir (by default lib/)
  • release and devlopment branchs (by default master and develop) exist and have the upstream configured

FAQs

Package last updated on 07 Jul 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