Files
checksum/BUILDING.md
thewh1teagle e901474b0f init
2024-12-20 07:17:22 +02:00

226 B

Building

Test locally using Act

Update v1 tag

v1 should be always the latest version of v1.x.x

git tag -d v1
git push --delete origin v1
git tag v1
git push --tags