Socket
Book a DemoInstallSign in
Socket

grunt-release-steps

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

grunt-release-steps

Release a new version of your Node-based project

0.3.7
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

An alternative to the awesome grunt-release tool by Dave Geddes.

This version allows for running the steps in grunt-release at different stages of the script, and sets all steps to be disabled by default when at least one step has been enabled.

Usage

grunt release:bump:add:commit:tag:push:pushTags:npm:minor

The grunt target now includes the steps that should be run, optionally specifying the size of bump as the last argument.

It is now possible to use the command:

grunt deploy

with Grunt file:

{
    release: {},
    require: { /* config */ }
}

grunt.registerTask('deploy', ['release:bump:minor', 'require', 'release:add:commit:push:tag:pushTags']);

Which would increment the version number of the application before running the concatenation, making it easier to use the new version in the file names or content of the resulting output.

Credits

Inspired by Dave Geddes's grunt-release.

License

MIT

Keywords

gruntplugin

FAQs

Package last updated on 28 Jul 2013

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.