2025-12-29 19:36:19 +05:30
2025-12-29 19:02:09 +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-12-29 19:36:19 +05:30

build-tools

Github Action Workflows that can be reused, built by GMetri

Creating new releases

commit_msg=v1.1.17
git add -A;
git commit -m "$commit_msg"
#Minor version
git tag -a -m "$commit_msg" $commit_msg
git push --follow-tags
#Moving major version
git tag -fa v1
git push --tags -f
Description
No description provided
Readme MIT 174 KiB
Languages
Shell 100%