Repository has no tags yet
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'
When creating new repos, please notice that files that can be generated from other files should not be committed. Results of compilations or executions are not good candidates for version control, except in very special cases (as when the result is of interest in itself and very expensive to re-generate). If you do have large files that need to be included, please use the git-lfs extension!
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'