From 70ec48946339c01b1bb5b01c3954592317fde7e3 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Sun, 9 Jan 2022 16:55:52 +0100 Subject: [PATCH] Changed slogan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9131118..543587a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# smartrelease - Generate links to release assets dynamically +# smartrelease - Redirect to release assets dynamically [Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) are an essential feature of github (or other platforms like [gitea](https://gitea.io)) and the assets you can attach are pretty useful if you want to pre-compile a binary for example. But linking to these assets directly in your README can be pretty annoying if every of your release asset has a version number in it, for example `program-v1.0.0`, and with every release the version number changes, and you have to change the direct link to it in your README.