Closed mcdonnnj closed 2 years ago
This pull request updates the tag.sh helper script to use the project version for the version tag being created.
tag.sh
Currently the tag.sh helper script does not specify what version to use and thus cannot get a usable version from the bump_version.sh helper script.
bump_version.sh
Automated tests pass. I verified that the tag.sh script gets the expected version.
๐ฃ Description
This pull request updates the
tag.sh
helper script to use the project version for the version tag being created.๐ญ Motivation and context
Currently the
tag.sh
helper script does not specify what version to use and thus cannot get a usable version from thebump_version.sh
helper script.๐งช Testing
Automated tests pass. I verified that the
tag.sh
script gets the expected version.โ Pre-approval checklist