geddski / grunt-release

Release a new version of your Node-based project
MIT License
388 stars 121 forks source link

support filesToStage array #139

Open lzilioli opened 9 years ago

lzilioli commented 9 years ago

I have a use-case where I am running a jsdocs task beforeRelease. I want to commit the docs to the repo, and I'd like it to happen as part of the automated release. This PR enables that.

lzilioli commented 9 years ago

These tests are failing on the master branch as well.

Klortho commented 8 years ago

I put this on npmjs.org, here, in case anybody wants to use it: https://www.npmjs.com/package/@klortho/grunt-release

lzilioli commented 8 years ago

@klortho no it was never accepted. My solution was to make a branch in my fork of the repo named useful-fork that I point my packages to. E. eg: https://github.com/lzilioli/shared-grunt-config/blob/master/package.json