gardener / cc-utils

CI/CD utils for gardener project
Apache License 2.0
21 stars 29 forks source link

add `prefix` option for release-assets #1029

Closed ccwienk closed 2 weeks ago

ccwienk commented 2 weeks ago

In cases where generated files have names one may not safely predict (or may not want to spend the effort of explicitly describing), it is likely a common practise to output them into a directory, from where they can be picked up using GLOBBING, as already supported by release-assets.

Allow specifying an optional prefix to conveniently strip such directories from resulting TAR-files (maybe there will also be other usages).