From 8aef18ec078c927e8ed3b479e056681920df01b0 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 3 Aug 2023 22:15:12 +1000 Subject: [PATCH] Updated Custom Commands Compendium (markdown) --- Custom-Commands-Compendium.md | 14 -------------- 1 file changed, 14 deletions(-) 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