#!/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.