I chatted with @pflynn-virtru in a DM to discuss this idea, and we wanted to capture it in an issue. We're wondering if it's possible to use more dynamic URLs for download, etc.
For instance, instead of
https://github.com/opentdf/otdfctl/releases/download/v0.28.0/otdfctl-0.28.0-darwin-arm64.tar.gz
We'd like to offer:
https://github.com/opentdf/otdfctl/releases/download/latest/otdfctl-darwin-arm64.tar.gz
Related documentation is here:
I'm not quite sure what might need to be adjusted in release-please configuration or Github repository configuration. Maybe I'm just pointing to an incorrect URL? Of course, we'd have to change the binary name as well (otdfctl-0.28.0-darwin-arm64.tar.gz becomes otdfctl-darwin-arm64.tar.gz).
I'm also happy to learn about why this is a bad idea, so hoping folks will chime in 🙂
I chatted with @pflynn-virtru in a DM to discuss this idea, and we wanted to capture it in an issue. We're wondering if it's possible to use more dynamic URLs for download, etc.
For instance, instead of
We'd like to offer:
Related documentation is here:
I'm not quite sure what might need to be adjusted in release-please configuration or Github repository configuration. Maybe I'm just pointing to an incorrect URL? Of course, we'd have to change the binary name as well (
otdfctl-0.28.0-darwin-arm64.tar.gzbecomesotdfctl-darwin-arm64.tar.gz).I'm also happy to learn about why this is a bad idea, so hoping folks will chime in 🙂