cli/pkg/cmd/release
Mislav Marohnić 8e311847db Ensure that we never download "legacy" archive formats
The `zipball_url` and `tarball_url` fields on the Release API payload
always link to "legacy" archives that are of a different format than
those one would get if they downloaded an archive from a Release using
the web interface. The GitHub API does not seem to publish links to
non-legacy archives.

This adds a redirect hack to turn "legacy" Codeload URLs into non-legacy
ones with the goal of ensuring the consistency of user experience when
downloading archives.
2021-11-30 15:52:51 +01:00
..
create Turn survey options into variables so they can't accidentally become unsynced with default value 2021-10-19 08:55:30 -07:00
delete Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
download Ensure that we never download "legacy" archive formats 2021-11-30 15:52:51 +01:00
list Repace shurcool/graphql with cli/shurcool-graphql 2021-11-17 12:57:43 -08:00
shared Remove unnecessary pointers to Go maps 2021-10-25 17:20:12 +02:00
upload Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
view Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
release.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00