Provide a "package" for releases
dwlfrth opened this issue · 8 comments
Is your feature request related to a problem? Please describe.
Having my HomeAssistant setup in the form of IaC (Infrastructure as Code), I'd like a generic link that will always download the latest version of the project package.
Describe the solution you'd like
See this release page from another project: https://github.com/Limych/ha-iaquk/releases/tag/1.6.6
This seems to work here:
https://github.com/dvd-dev/hilo/releases/latest
Would that do what you want?
Ability to download latest .zip package through
https://github.com/dvd-dev/hilo/releases/latest/download/hilo.zip
along with a zip archive that contains only the component (content of custom_components/hilo/)
:)
How about now?
Rebuilding in progress ...
Hurray, works like a charm !
Archive contains the '__MACOSX' default since you probably did it manually on your computer but other than that, all good ! Will this be automated for future releases ?
That is some A+++++ service ;) (Would recommend !)
My bad, yes I did do it manually, not too sure how to automate it but I'll get around to it!
Thanks man ! :)
@dwlfrth fyi automated it but I’ll need @valleedelisle ’s approval to merge it. It should work from the next release on. Let me know if it doesn’t.