This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # tagIt v2.0 | |
| # This script generates an appropriate git tag for an NVDA add-on's release. | |
| # Author: Luke Davis, @XLTechie on GitHub | |
| # By using this script, you agree that I have no responsibility for what you do with it, how you modify it, and | |
| # that I have provided no express or implied warranty. | |
| # I disclaim all responsibility for the outcome of your use, and hereby release it into the public domain. | |
| # | |
| # Usage: tagIt "the tag message" | |
| # When started from an add-on's git repository, it will determine the add-on |
This file has been truncated, but you can view the full file.