diff --git a/src/data/secondary-options.js b/src/data/secondary-options.js index 9bf9e10..4d3eaf2 100644 --- a/src/data/secondary-options.js +++ b/src/data/secondary-options.js @@ -165,6 +165,11 @@ export const secondaryOptions = { label: 'a tag', usage: 'git tag -d v' }, + { + value: "remote-tag", + label: "a remote tag", + usage: "git push origin --delete v", + }, { value: 'remote', label: 'remote',