File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,24 +52,12 @@ Options:
5252 --dry-run, -n Show what would be done without making changes
5353
5454Examples:
55- # Create tag from commit SHA
56- $( basename " $0 " ) add v1.0.0 abc123def --repo MetOffice/git_playground
57-
58- # Create tag from existing tag
59- $( basename " $0 " ) add Test vn1.5 --repo MetOffice/git_playground
60-
61- # Create tag from release
62- $( basename " $0 " ) add Autumn2025 vn14.0 --repo MetOffice/um
63-
64- # Create tag from branch
65- $( basename " $0 " ) add Spring2026 main --repo MetOffice/SimSys_Scripts
55+ # Create tag from commit SHA or existing tag or release or branch
56+ $( basename " $0 " ) add Test abc123def|vn1.5|main --repo MetOffice/git_playground
6657
6758 # Delete tag
6859 $( basename " $0 " ) del 2025.12.0 --repo MetOffice/SimSys_Scripts
6960
70- # List tags
71- $( basename " $0 " ) ls --repo MetOffice/SimSys_Scripts
72-
7361Notes:
7462 - REPO can be set via environment variable (default: $DEFAULT_REPO )
7563 - All other parameters must be provided via command-line arguments
You can’t perform that action at this time.
0 commit comments