Skip to content

Releases

Release notes are auto-generated by git-cliff from conventional commit messages.

See the Gitea releases page for all releases.

Creating a Release

# Tag the release
git tag -a v0.1.0 -m "v0.1.0"
git push origin v0.1.0

The release.yml Gitea Action will automatically:

  1. Generate release notes from commits since the last tag
  2. Build the server binary
  3. Create a Gitea release with the notes and binary attached