-
Couldn't load subscription status.
- Fork 2.2k
Open
Labels
Description
The problem I'm trying to solve:
I'd like to be able to use hub to refresh the artifacts for some existing release.
This is especially useful in CI, I'd like to be able to create a release if non existing, then upload the file if they are not there already, or if they are different than the ones produced by the latest CI run.
How I imagine hub could expose this functionality:
hub release edit -a FILE --overwrite TAG
brianstrauch