Skip to content

v1.10.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kmova kmova released this 08 May 12:44
· 4 commits to v1.10.x since this release
fix(Makefile): update the expression to trim 'v' from tag

commit update the trim expression in Makefile which is failing
with the error unterminated variable reference due to error
in parsing expression

Similar logic works in bash script but not in Makefiles

Signed-off-by: prateekpandey14 <[email protected]>