Socket
Socket
Sign inDemoInstall

grunt-release-steps

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-release-steps

Release a new version of your Node-based project


Version published
Maintainers
1
Install size
165 kB
Created

Readme

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

FAQs

Last updated on 28 Jul 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc