geddski / grunt-release

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

Chaining beforeBump, afterBump, beforeRelease and afterRelease does not work #160

Open sgaestel opened 7 years ago

sgaestel commented 7 years ago

From 0.14.0, these tasks are not executed at the expected time.

Bennethon commented 7 years ago

I have this same issue. For me, beforeBump, afterBump, beforeRelease and afterRelease all occur at the very beginning, before the bump occurs.

pkaminski commented 7 years ago

I fixed this in #163 but no merge so far...

Bennethon commented 7 years ago

Ok, it looks like your fix was merged. That is great! Would it be possible to have the latest and greatest published to the npm repository? It looks like the last time it was published to npm was in 2016...