Commit 5afd19eb authored by xuwang's avatar xuwang
Browse files

docs(gitlab-release): point to docker-toolchain as the onboarded example



docker-toolchain is now wired to the release module (include, components hook,
scaffolded artifacts); reference it as the worked example and drop the
docker-demo-app mention (not onboarded).

Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 16081185
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -10,9 +10,10 @@ This is the OTICA framework reference for the
[`gitlab-changelog.sh`](../scripts/gitlab-changelog.sh),
[`gitlab-release.sh`](../scripts/gitlab-release.sh),
[`gitlab-release-onboard.sh`](../scripts/gitlab-release-onboard.sh)). OTICA uses
it for its own framework releases, and it is reusable by any GitLab repo. Working
docker examples live in the demo project under
`demo-project/sub-projects/docker-toolchain` and `…/docker-demo-app`.
it for its own framework releases, and it is reusable by any GitLab repo. A
worked docker example — onboarded to this module — lives in the demo project at
`demo-project/sub-projects/docker-toolchain` (a multi-variant image whose
Components section is derived from the per-variant Dockerfile ARGs).

> **GitLab-specific.** Changelog rendering and the Release object use the GitLab
> REST API. The module is not portable to GitHub/Gitea as-is.
@@ -274,4 +275,5 @@ module. Roll out in this order:

- [README → Releases & Versioning](../README.md) — OTICA's own release workflow
- [CONTRIBUTING.md](../CONTRIBUTING.md)`Changelog:` trailer conventions
- `demo-project/sub-projects/docker-toolchain` — Cloud Build (tag-triggered) example
- `demo-project/sub-projects/docker-toolchain` — worked onboarded example
  (multi-variant docker image; ARG-derived Components; Cloud Build, tag-triggered)