geddski / grunt-release

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

Expand template variables in task name arguments #170

Open pkaminski opened 6 years ago

pkaminski commented 6 years ago

This allows you to pass dynamic arguments to nested tasks, such as <%= version %>.


This change is Reviewable