gitbay has no release story: adopters must clone and build. For anyone else to run an instance:
- versioned releases: git tags, changelog, reproducible cross-compiled binaries (linux amd64/arm64, darwin arm64) — depends on #8 for hosting the artifacts on gitbay itself
go install gitbay.org/gitbay/...: serve the go-import meta tag at gitbay.org (vanity path already in go.mod, tag not yet served)- Homebrew formula (krz/homebrew-tap exists), a Debian package or install script for servers
- a versioned upgrade path note per release (migrations already handle the database)
referenced in commit f89140d141: Add vanity go-import serving, release script, changelog
2026-08-24 20:32