types
types copied to clipboard
🔨 Options in Git tag script
📝 Description
We would like to update our gitTag.sh script for creating a Git tag by accepting the following options:
<name>for providing the name of the tag (example:gitTag 1.0.0)-ffor forcing the creation of the tag (example:gitTag -f 4.0.0)-hfor showing the documentation of the script (example:gitTag -h)
✅ Checklist
- [ ] ...
- [ ] Close this issue as completed and update tracking ones if present.