check_tag module¶
This file contains functions that checks if tag in git and in setup.py are same. If they are not an exception is raised.
- check_tag.check_tag()¶
This function checks if tag in git and in setup.py are same and returns a boolean
- check_tag.get_latest_tag()¶
This function gets the tag from git and formats it as a string for later use.
- check_tag.get_tag_in_setuppy(file_path)¶
This function gets the tag from setup.py and formats it as a string for later use.