🔨 Scripts
This document provides an overview and usage instructions for the following scripts in this project:
clean.shget-version.shtest.shbump-version.shbuild.shrelease.shchangelog.shdiagrams.shdocs.sh
All the scripts are located in the scripts directory:
scripts/
├── build.sh
├── bump-version.sh
├── changelog.sh
├── clean.sh
├── diagrams.sh
├── docs.sh
├── get-version.sh
├── release.sh
└── test.sh
These scripts are designed to be used in a Linux or macOS environment. They may work in a Windows environment with the appropriate tools installed, but this is not guaranteed.