From 950d812159528093c67c91a64f24dab107348bed Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Fri, 20 Feb 2026 12:25:04 +0100 Subject: [PATCH] docs(release): add link to release engineering documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b27f403..0dc6454 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,16 @@ docker pull ghcr.io/owner/cv-app:latest | Staging | `staging` | Push to staging | | Nightly | `master` | Daily at 02:00 UTC | +For detailed documentation, see [Release Engineering Documentation](docs/release-engineering.md). + +## Documentation + +| Document | Description | +|----------|-------------| +| [Release Engineering](docs/release-engineering.md) | Comprehensive release pipeline documentation | +| [Contributing](CONTRIBUTING.md) | Contribution guidelines | +| [Security](SECURITY.md) | Security policy | + ## Contributing Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.