Repository has no tags yet
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'
Work rules: every task = issue | daily update | code via MR | commit linked to issue | no direct push to main/master
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'
Thank You Rama