2025-11-27 15:09:36 +05:30
2025-11-27 15:09:36 +05:30
2025-01-29 18:18:19 +05:30
2025-11-27 15:09:36 +05:30
2025-02-05 19:21:17 +05:30
2025-01-29 18:18:19 +05:30
2025-02-21 12:40:30 +05:30
2025-02-13 13:04:06 +05:30
2025-02-13 12:50:46 +05:30

build-tools

Github Action Workflows that can be reused, built by GMetri

Creating new releases

git add -A;
git commit -m "<commit msg>"
#Minor version
git tag -a -m "<tag msg>" v1.0.1
git push --follow-tags
#Moving major version
git tag -fa v1
git push --tags -f
Description
No description provided
Readme MIT 215 KiB
Version 1 Latest
2025-01-29 16:50:17 +00:00
Languages
Shell 100%