taskwarrior-tui
taskwarrior-tui copied to clipboard
Please provide fixed URLs to the last (stable) release files
Description
For use in Dockerfiles or other installation script for example, fixed URLs for downloading the latest stable release files would be nice
Solution
Something like
https://github.com/kdheepak/taskwarrior-tui/releases/latest/taskwarrior-tui.deb
or
https://kdheepak.com/releases/latest/taskwarrior-tui.deb
would be nice. Same for the other release files.
With those links perhaps being redirect to the release files at github one could use
curl --location -O https://kdheepak.com/releases/latest/taskwarrior-tui.deb
to download the latest stable version without having to update Dockerfiles or other installations scripts
Additional context
Thank you!
Do you need the .deb
file or is a link to the platform specific binary good enough for you? We already have the latter at the moment.