Problem: It's possible that release number, 'letter_version', and lists of binaries and protocols aren't going to be updated when creating a PR that introduces the new Octez version. However, 'git commit' return non-zero exit code when one attempts to commit empty diff. As a result, 'update-tezos.sh' may fail in CI.
Description
Problem: It's possible that release number, 'letter_version', and lists of binaries and protocols aren't going to be updated when creating a PR that introduces the new Octez version. However, 'git commit' return non-zero exit code when one attempts to commit empty diff. As a result, 'update-tezos.sh' may fail in CI.
Solution: Supress 'git commit' non-zero exit code.
Related issue(s)
Resolves #
Related changes (conditional)
[ ] I checked whether I should update the README
[ ] I checked whether native packaging works, i.e. native binary packages can be successfully built.
Stylistic guide (mandatory)