In the spirit of commit 611c1457ff32 ("release: Add set -e to abort upon failure")
we should avoid this kind of blanket error suppression.
Note, there are still some uses of this pattern, e.g., in the main
release Makefile when it installs packages. In those cases it is less
clear to me whether the pattern should be removed.