You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: