-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
} | ||
|
||
deployIt() { | ||
// TODO: command line parsing (major, minor, patch) version update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grinder
doesn't yet support passing args to tasks, but this is under active development.
Very cool!
Yeah, grinder doesn't yet support passing cli args to individual tasks, but that's currently being developed. |
Hm, I must have accidentally butchered this file before committing (that or too many CTRL-Zs by accident). I'll clean it up in a bit. |
One too many CTRL-Z?
This PR is pretty isolated, so it should probably just wait around until that lands in grinder. |
Here's the grinder issue: google/grinder.dart#175. |
Hmm, just accidentally published a new version w/o first updating the changelog title from |
Sounds good to me. |
Automate release tagging for package.
Majority of the work for #49.
@devoncarew
I normally use Rake, so my knowledge of Grinder is pretty limited. The logic works fine, but it's hard-coded to "nextPatch" instead of accepting a command line parameter. You'll probably want to tweak the changelog pattern / output text, too.