roc-streaming / openfec

Unofficial OpenFEC fork with various bugfixes.
https://openfec.inrialpes.fr
Other
13 stars 11 forks source link

Add CI step that checks version #13

Open gavv opened 1 year ago

gavv commented 1 year ago

On CI, in release step, check that version written in .version file is the same as the git tag which we're building. If it differs, CI should fail and release shouldn't be published.

This is needed to ensure that we don't forget to update .version file when making new release.