Update release download to reflect removal of `external`
Overview
We started to treat all release links as external in %15.9 (see gitlab#333967 (closed)).
As such, the external
field of a release asset link was deprecated in %15.9, and will be removed in %16.0.
This issue proposes updating the release download
command to reflect the deprecation and removal of external
.
Proposal
- Remove the
--include-external
flag in therelease download
command. - Remove this check deciding whether to include a link if its internal or external.
- Remove other references to
external
in therelease download
command. - Update the documentation to reflect the changes above.