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

14 lines
226 B
Markdown

# Building
Test locally using [Act](https://github.com/nektos/act)
## Update `v1` tag
`v1` should be always the latest version of `v1.x.x`
```console
git tag -d v1
git push --delete origin v1
git tag v1
git push --tags
```