Upgrading
Doing Releases
All release details can be found on the doing releases page.
v1.0
See release notes
Upgrading from 0.x to 1.0
- Update any reference to renamed commands:
doing create pris renamed todoing pr createdoing close pris renamed todoing pr closedoing create issueis renamed todoing issue createdoing close issueis renamed todoing issue close
doing pr createnow has changed defaults. The command now has similar output todoing workonwhich leads to a more natural workflow. If you prefer the old behaviour, set the defaults in the config file:--checkoutis now default (was--no-checkout)--delete-source-branchis now default (was--no-delete-source-branch)--auto-completeis now default (was--no-auto-complete)--draftis now default (was--no-draft)
- Note the use of the
@mealias:doing pr createwill now always add@meto the--reviewers(a default user alias pointing to the logged in users's azure account).doing workonwill now always add@meto the--reviewers(a default user alias pointing to the logged in users's azure account).
doing issue createhas been changed:-a/--assigned-tois renamed to-a/--assignee, and supports@mealias.