789 B
789 B
Releasing
This repo includes a Gitea Actions workflow that builds Linux binaries for
x86_64 and arm64 and uploads them to the release.
One-time setup (Gitea Actions)
- Create a personal access token with repo write access.
- Add it to the repo secrets as
RELEASE_TOKEN. - Ensure at least one Gitea Actions runner is online.
- If uploads fail with
413 Request Entity Too Large, increase your reverse proxy upload limit (e.g., nginxclient_max_body_size).
Release steps
- Update
CHANGELOG.md. - Create and push a tag:
git tag -a vX.Y.Z -m "vX.Y.Z" git push origin vX.Y.Z - The workflow builds and uploads binaries to the release.
Artifacts
mov-renamarr-<tag>-x86_64-linux-gnu.tar.gzmov-renamarr-<tag>-arm64-linux-gnu.tar.gz