Update Registry Operator Release Process & Automation #1518
Labels
area/registry
Devfile registry for stacks and infrastructure
devtools-week
kind/epic
A high level requirement that can/should be split into smaller issues
lifecycle/stale
Stale items. These items have not been updated for 90 days.
Which area/kind this issue is related to?
/area registry
Issue Description
After working on #1326 it was discovered that the current release process for the devfile registry operator is presenting issues when trying to automate the tasks required to cut a release. Currently we are using release branches that represent a major version, such as
release-v0
,release-v1
. This presents issues when we are trying to cut a new minor or patch release to the respective major where the base is coming frommain
. The automation runs into issues because of differing git histories between the release branch andmain
, resulting in manual merge resolution which defeats the purpose of automating the process. In order to prevent this from happening we need to adjust the release process to better fit our needs.Acceptance Criteria
The text was updated successfully, but these errors were encountered: