New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-iw-release

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-iw-release

InsideWarehouse release/deploy flow

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-41.18%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-iw-release

InsideWarehouse release/deploy flow.

release task

  1. Checks you're on master branch
  2. Checks there are no pending changes
  3. Bumps version (you need to provide --bump=patch|minor|major), updates package.json
  4. Calls build
    • build should be defined to clean up, download/update any necessary data and generate the final bundle for compress
  5. Calls compress
    • compress needs to be configured to produce the final build/%APPNAME%-v%VERSION%.tgz
    • Inside the archive there should be onlye one folder: %APPNAME%-v%VERSION%
  6. If everything succeeds - commits the changes, tags the release and pushes to origin
    • If the Gruntfile is inside the git repo root - the tag/commit will be as if npm version was called
    • If the Gruntfile is in a subfolder, the tag/commit will be prefixed with %APPNAME%

TODO

  • Gracefully revert if build/compress fail

deploy task

  • Someday later :)

Keywords

FAQs

Package last updated on 13 Aug 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