Acala icon indicating copy to clipboard operation
Acala copied to clipboard

Update new release action to check transaction_version breaking change

Open xlc opened this issue 2 years ago • 0 comments

https://github.com/AcalaNetwork/Acala/pull/2246 breaks transaction version. We need to have our new release action to check such breaking change and put big warning.

We should update our action flow to:

  • Push to new release branch release-(acala|karura)-\d\.\d\.\d automatically triggers publish workflow that
    • Build docker image
    • Check transaction_version
    • Build wasm runtime
    • Generate release check list

xlc avatar Jul 13 '22 22:07 xlc