Closed
Description
Consistently name release artifacts.
- Add
kubeflow-
to archive name. This makes it easier to identify the source of the downloaded file. - Do not strip
v
from version in unpacked artifact. This is consistent with version tags in the repo.
Example:
Latest release asset is named v0.3.5
, but unpacked folder is named kubeflow-0.3.5
:
$ wget https://github.com/kubeflow/kubeflow/archive/v0.3.5.tar.gz
$ tar -xvf v0.3.5.tar.gz
$ ls
kubeflow-0.3.5