Changelog
In this page
Where releases are announced
- Blog on this site (
/blog) — intended for migration notes, highlights, and breaking changes as the project matures. - GitHub Releases — TBD until the maintainers publish tagged releases on the canonical repository (today follow
git logon your mirror).
Source code history
Track day-to-day changes via:
git -C /path/to/deploy-dock log --oneline -n 20
API contract changes
Breaking API changes should be called out in release posts and reflected in OpenAPI (/api/docs-json on a running API). Export OpenAPI as described in the monorepo README.md and docs/openapi/README.md inside deploy-dock.
When upgrading, always run:
pnpm --filter @deploydock/api exec prisma migrate deploy
before relying on new columns or enums.