Skip to content

Commit b2d9710

Browse files
committed
Reduce example calls in usage
1 parent 60cb6ac commit b2d9710

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

sbin/tagman

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,12 @@ Options:
5252
--dry-run, -n Show what would be done without making changes
5353
5454
Examples:
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-
7361
Notes:
7462
- REPO can be set via environment variable (default: $DEFAULT_REPO)
7563
- All other parameters must be provided via command-line arguments

0 commit comments

Comments
 (0)