Skip to content

Commit e7c7cc9

Browse files
committed
docs: update script names in documentation examples
1 parent 983ac31 commit e7c7cc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/mit-relates-to.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ git show --pretty='format:author: [%an %ae] signed-by: [%GS]
176176
%B' -q
177177
```
178178

179-
``` text,verify(script_name="set-relates-to-template",stream=stdout)
179+
``` text,verify(script_name="show-log-with-templated-relates-to",stream=stdout)
180180
author: [Billie Thompson [email protected]] signed-by: []
181181
---
182182
More awesome additions
@@ -186,21 +186,21 @@ Relates-to: [#12321513]
186186

187187
Alternatively you can set the template via an environment variable
188188

189-
``` shell,script(expected_exit_code=0)
189+
``` shell,script(name="set-relates-to-env-template-commit",expected_exit_code=0)
190190
git mit-relates-to "12321513"
191191
echo "Something else" >> README.md
192192
git add README.md
193193
git mit bt
194194
GIT_MIT_RELATES_TO_TEMPLATE="JIR-{value}" git commit -m "More awesome additions"
195195
```
196196

197-
``` shell,script(expected_exit_code=0)
197+
``` shell,script(name="show-log-with-env-template",expected_exit_code=0)
198198
git show --pretty='format:author: [%an %ae] signed-by: [%GS]
199199
---
200200
%B' -q
201201
```
202202

203-
``` text,verify(script_name="set-relates-to-env-template",stream=stdout)
203+
``` text,verify(script_name="show-log-with-env-template",stream=stdout)
204204
author: [Billie Thompson [email protected]] signed-by: []
205205
---
206206
More awesome additions

docs/mit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ git show --pretty='format:author: [%an %ae] signed-by: [%GS]
197197

198198
The author configuration will be updated like this
199199

200-
``` text,verify(script_name="set-multiple-coauthors",stream=stdout)
200+
``` text,verify(script_name="create-second-commit",stream=stdout)
201201
author: [Someone Else [email protected]] signed-by: []
202202
---
203203
Second Commit

0 commit comments

Comments
 (0)