You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to execute a gulp task that will compile some CSS files for me. One thing it does is insert a banner into the built file with a reference to the current version in the package.json. I'd like to run this task just after mversion has updated package.json but before it creates the tag and commits it.
It seems wherever I put the gulp task in the hooks it always creates the tag and commits it before the gulp task runs.
Updated to new version: v0.7.0
Updated package.json
Updated bower.json
<-- I want to run my task here
Commited to git and created tag 0.7.0
I've installed latest master because I thought #26 might solve it for me, but no joy. Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to execute a gulp task that will compile some CSS files for me. One thing it does is insert a banner into the built file with a reference to the current version in the
package.json
. I'd like to run this task just aftermversion
has updatedpackage.json
but before it creates the tag and commits it.It seems wherever I put the
gulp
task in the hooks it always creates the tag and commits it before the gulp task runs.Updated to new version: v0.7.0 Updated package.json Updated bower.json <-- I want to run my task here Commited to git and created tag 0.7.0
I've installed latest master because I thought #26 might solve it for me, but no joy. Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: