TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
316 stars 27 forks source link

Add LATEST_BASHUNIT_VERSION when installing beta #260

Closed Chemaclass closed 3 months ago

Chemaclass commented 3 months ago

📚 Description

Right now when installing a beta release, you see only the date. I would like to see the latest stable release as well.

🔖 Changes

✅ To-do list

🖼️ Screenshots

BEFORE

Screenshot 2024-06-17 at 14 10 11

AFTER

Screenshot 2024-06-17 at 14 09 42

Chemaclass commented 3 months ago

Showing the date is is"not perfect" but the purpose is to bring extra context to the beta name. Maybe an ideal approach would be display also the last commit hash to know where was that beta hash. Feel free to create a PR for this, @JesusValera 🏗️