Open andreslagarcavilla opened 1 year ago
Per discussion in https://github.com/chipsalliance/Caliptra/pull/25
"write a check that enforces that all release/ commits include a Release-Commit=$VALID_MAIN_SHA line in the description"
The intention here is to prevent bugfixes from only being applied to a release branch. They must be applied to the main branch first and then cherry-picked into the release branch.
Per discussion in https://github.com/chipsalliance/Caliptra/pull/25
"write a check that enforces that all release/ commits include a Release-Commit=$VALID_MAIN_SHA line in the description"