bb64/publish.sh
Your Name be75b54d71 Tidy
2025-05-12 18:38:43 +12:00

14 lines
301 B
Bash

#!/bin/bash
# Publishes bb64 (both arm64 and amd64) to the Gitea Releases page for the repository.
# Increments the version number in the VERSION file by one first.
# Builds the bb64 binary for arm64 and amd64.
# Uploads the binaries to the Gitea Releases page.
# Prints a message to the user.