types icon indicating copy to clipboard operation
types copied to clipboard

🔨 Options in Git tag script

Open LVMVRQUXL opened this issue 1 year ago • 0 comments

📝 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)
  • -f for forcing the creation of the tag (example: gitTag -f 4.0.0)
  • -h for showing the documentation of the script (example: gitTag -h)

✅ Checklist

  • [ ] ...
  • [ ] Close this issue as completed and update tracking ones if present.

LVMVRQUXL avatar Mar 09 '24 11:03 LVMVRQUXL