diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index baa52bd..50fdf8d 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -76,20 +76,6 @@ customCommands: stream: yes ``` -## Creating an annotated tag - -```yml - - key : 'N' - description: 'create annotated tag' - command: "git tag -a {{index .PromptResponses 0}} -m \"{{index .PromptResponses 1}}\"" - context: 'tags' - prompts: - - type: 'input' - title: 'Annotated tag name:' - - type: 'input' - title: 'Annotated tag message:' -``` - ## Open GitHub Pull Request ```yml