-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We need to mimic a similar pattern as we do internally for versioning shared workflows. This way we don't run into the chicken & egg scenario.
Example of where we have to update tests repo to also test changes along with the other repos workflow.
Failing workflow: opentdf/java-sdk#154
Process should be
- Create branch in tests repo
- Point repo that is failing to working branch
- Once workflow has passed successfully merge workflow changes to main
- Changes to main should trigger a new release. This gives us the ability to reference the workflow via
v1
in calling repos
This process is similar to what we do internally. Follow up with @el-virt for any questions.
Acceptance Criteria:
- All calling workflows reference
v1
- Changes merge to main cut a new 1.x release
Metadata
Metadata
Assignees
Labels
No labels