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 pr
is renamed todoing pr create
doing close pr
is renamed todoing pr close
doing create issue
is renamed todoing issue create
doing close issue
is renamed todoing issue close
doing pr create
now has changed defaults. The command now has similar output todoing workon
which leads to a more natural workflow. If you prefer the old behaviour, set the defaults in the config file:--checkout
is now default (was--no-checkout
)--delete-source-branch
is now default (was--no-delete-source-branch
)--auto-complete
is now default (was--no-auto-complete
)--draft
is now default (was--no-draft
)
- Note the use of the
@me
alias:doing pr create
will now always add@me
to the--reviewers
(a default user alias pointing to the logged in users's azure account).doing workon
will now always add@me
to the--reviewers
(a default user alias pointing to the logged in users's azure account).
doing issue create
has been changed:-a/--assigned-to
is renamed to-a/--assignee
, and supports@me
alias.