-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
community:infrastructureGeneral Score infrastructure topicsGeneral Score infrastructure topics
Description
What
Release workflow - we shall define a git workflow and decide how this shall work for S-CORE.
We need to know how to handle branches, integration into release X and its stages, and have this described so it's clear for everyone (also outside S-CORE)
How
- Assumption: Release X is split into several stages:
alpha,beta,finaletc.- At a defined
datebefore the first stage we create a branch inreference_integrationcalledreleases/X- From now on, each
modulewill be pulled from the same branchreleases/Xie.baselibswill be pulled from branchreleases/X - Releases to bazel registry for modules, for release X shall happen only from this branch
- Each module
mainshall increasemajorversion of bazel module by 1 and compatibility level (probably) - Once we reach a
stagepoint on branchreleases/Xinrefernce_integrationwe create finalstagebranchreleases/X_stageand apply overrides with module versions etc. This would be there release point of givenstage
- From now on, each
- At a defined
---
title: Reference_integration workflow
---
gitGraph
commit id: "Some commit"
branch release/1_0
checkout release/1_0
commit id: "Integrate module X ver Y"
commit id: "Integrate module Y ver Z"
commit id: "Some other changes"
branch release/1_0_alpha
checkout release/1_0_alpha
commit id: "Apply version_overides from bazel registry " tag: "1.0-alpha"
checkout release/1_0
commit id: " "
commit id: " "
commit id: "Some other changes..."
commit id: "Again other changes..."
branch release/1_0_beta
checkout release/1_0_beta
commit id: "Apply next version_overides from bazel registry " tag: "1.0-beta"
checkout main
commit id: " "
commit id: " "
commit id: "Further Ci/CD changes from 2.0 content"
---
title: module X workflow
---
gitGraph
commit id: "Some commit"
branch release/1_0
checkout release/1_0
commit id: "Some specific changes"
checkout main
commit id: "Bump module version +1"
commit id: " "
commit id: "Some changes for main and X release"
checkout release/1_0
cherry-pick id: "Some changes for main and X release"
The above Release workflow will let us do continuous development on main branch, we will not need to fight with mixed content between releases. I would recommend to decide on this and execute it for 0.5-beta and 0.5 so we have clear path for 1.0.
Estimates for realization
WIP
Category
- Affects Detailed Design
Requirements / Architecture
- Requirements / Architecture are not affected by this change?
kgraeper
Metadata
Metadata
Assignees
Labels
community:infrastructureGeneral Score infrastructure topicsGeneral Score infrastructure topics
Type
Projects
Status
In Progress
Status
In Progress
Status
Backlog