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

gulp-modular-release

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-modular-release

Modular extension to release projects using git-flow release strategy

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-modular-release

Modular extension to release projects using git-flow release strategy

Installation

npm install gulp-modular-release

Integration in gulpfile

var gulp = require('gulp');
var gulpModularRelease = require('gulp-modular-release');

gulpModularRelease(gulp);

Usage

gulp release -v 1.2.3

Strategy

  1. creates branch release/1.2.3 from develop
  2. sets version number to bower.json and package.json
  3. generates and writes changelog via conventional changelog to CHANGELOG.md
  4. commits the previous changes
  5. merges release/1.2.3 into develop
  6. merges release/1.2.3 into master and tags it with v1.2.3
  7. deletes branch release/1.2.3

Keywords

FAQs

Package last updated on 08 Feb 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