-
Notifications
You must be signed in to change notification settings - Fork 0
Normalize publish-api-clients pins across the three service repos #118
Copy link
Copy link
Open
Labels
area: toolingReusable workflows, Gradle, templates, Renovate, and API tooling.Reusable workflows, Gradle, templates, Renovate, and API tooling.component: ciContinuous integration workflow or check behavior.Continuous integration workflow or check behavior.priority: P2Medium; normal planned work.Medium; normal planned work.type: choreMaintenance work without intended behavior change.Maintenance work without intended behavior change.
Description
Activity
Metadata
Metadata
Assignees
Labels
area: toolingReusable workflows, Gradle, templates, Renovate, and API tooling.Reusable workflows, Gradle, templates, Renovate, and API tooling.component: ciContinuous integration workflow or check behavior.Continuous integration workflow or check behavior.priority: P2Medium; normal planned work.Medium; normal planned work.type: choreMaintenance work without intended behavior change.Maintenance work without intended behavior change.
What to build
All three publishing service repositories reference one pinned version of the shared publish workflow.
They are currently skewed: two release pipelines reference a newer pinned revision while the third, and all three pull-request dry runs, reference an older tag. That means a change to the publisher reaches different services at different times, and a dry run can pass against generator behaviour that the release path no longer has.
Acceptance criteria
Blocked by