Description
We need to set up a trigger in kloudkit/ws-meta that automates the release process for the following repositories:
Goal
Whenever a new release is created (or tagged) in kloudkit/ws-meta, it should automatically trigger the corresponding release workflows in the dependent repositories.
Requirements
-
Implement a release trigger (GitHub Actions or other CI) in kloudkit/ws-meta.
-
The trigger should:
- Detect a new release/tag in
ws-meta.
- Trigger release pipelines in
workspace and ws-docs with the same tag or release version.
-
Ensure the process is idempotent and handles errors gracefully.
-
Include any necessary authentication/secrets for cross-repo workflow triggers.
-
Optionally log status/results back to ws-meta.
Description
We need to set up a trigger in
kloudkit/ws-metathat automates the release process for the following repositories:kloudkit/workspacekloudkit/ws-docsGoal
Whenever a new release is created (or tagged) in
kloudkit/ws-meta, it should automatically trigger the corresponding release workflows in the dependent repositories.Requirements
Implement a release trigger (GitHub Actions or other CI) in
kloudkit/ws-meta.The trigger should:
ws-meta.workspaceandws-docswith the same tag or release version.Ensure the process is idempotent and handles errors gracefully.
Include any necessary authentication/secrets for cross-repo workflow triggers.
Optionally log status/results back to
ws-meta.