chore: add release workflow (commitlint, husky, lint-staged, release-it)

This commit is contained in:
ginnoir
2026-06-01 18:33:37 -05:00
parent e9bb2a5444
commit 30af9f63bf
8 changed files with 1832 additions and 4 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
# Changelog
One line per release. "What's in prod" = the highest tag listed under a date that's been deployed.
All notable changes to famapp are documented here.
Format: `## vX.Y.Z — YYYY-MM-DD`
<!-- release-it prepends new entries above this line -->
## Unreleased
## Pre-release history
Changes from before the release workflow was established (2026-06-01):
- Production deployment scaffolding: tag-based release workflow (GHCR), migration entrypoint in container, prod-side dev-login startup assertion, image-pinned compose, pre-deploy checklist.
- famapp/authentik-server now expose host ports (3010/9200) so existing Caddy stack can proxy by IP, matching the existing homelab pattern.