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

gulp-release-tasks

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-release-tasks

gulp-release-tasks =========

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
244
increased by838.46%
Maintainers
1
Weekly downloads
 
Created
Source

gulp-release-tasks

global release tasks for use with gulp, to make your life easier :heart:

Usage

npm install gulp-release-tasks --save-dev

// add to gulpfile.js
// tasks will be registered via global context
require('gulp-release-tasks');

run gulp -T for a list of available commands

bumps the versions of your package.json and bower.json

tagging

taskversion
gulp tagv0.0.1 -> v0.0.2 + commit + tag + push
gulp tag --minorv0.0.1 -> v0.1.0 + commit + tag + push
gulp tag --majorv0.0.1 -> v1.0.1 + commit + tag + push

bumping

taskversion
gulp bumpv0.0.1 -> v0.0.2
gulp bump --minorv0.0.1 -> v0.1.0
gulp bump --majorv0.0.1 -> v1.0.1
flags

limit versioning to single config

  • gulp tag --bower
    • applies versioning to bower.json
  • gulp tag --npm
    • applys versioning to package.json
  • gulp tag --npm --major
    • v0.0.1 -> v1.0.1, applies versioning to package.json

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

x

FAQs

Package last updated on 05 Oct 2014

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