NOTE: Let’s make sure we're providing detailed commit messages. Make sure to specify what you did. It really helps us understand the context and purpose of each change. If you have any questions feel free to reach out Development Chain of Command.
Tags give the ability to mark specific points in history as being important
Repository has no tags yet.
Use git tag command to add a new one:
git tag -a v1.4 -m 'version 1.4'