We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa6de3 commit 41943a9Copy full SHA for 41943a9
‎README.md‎
@@ -334,13 +334,14 @@ gitSafeReplacementChar: '-'
334
The above configuration would generate the following branch name for issue 15 that has the title "Fix nasty
335
bug": `issue-15-Fix-nasty-bug`.
336
337
-Furthermore, you also can replace arbitrary characters in the branch title:
+Furthermore, you also can replace arbitrary characters in the issue title:
338
339
```yaml
340
gitReplaceChars: 'ab/'
341
```
342
343
-The above configuration replaces all occurences of the characters 'a', 'b' and '/' in the branch title.
+The above configuration replaces all occurences of the characters 'a', 'b' and
344
+'/' in the issue title.
345
346
## Automatically link pull request with issue
347
0 commit comments