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
270 stars 21 forks source link

added get_latest_tag in install.sh #248

Closed maheshmeleti closed 3 months ago

maheshmeleti commented 3 months ago

📚 Description

Remove downtime on install latest #225

🔖 Changes

  1. Updated install.sh to fetch the latest version from the git hub instead of hard coding.

  2. Updated RELEASE.md file.

antonio-gg-dev commented 3 months ago

Closes #225