chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
94 stars 44 forks source link

Build Github workflow to check release branches #48

Open andreslagarcavilla opened 1 year ago

andreslagarcavilla commented 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"

korran commented 12 months ago

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.