Skip to content

Commit 5917ad2

Browse files
ingmarhbcoe
andauthored
fix(docs): template examples (#866)
Placeholders are denoted with two curly braces. Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent 20d7cff commit 5917ad2

File tree

1 file changed

+2
-2
lines changed
  • packages/conventional-changelog-conventionalcommits

1 file changed

+2
-2
lines changed

packages/conventional-changelog-conventionalcommits/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = require('conventional-changelog-conventionalcommits')
2020
2121
module.exports = config({
2222
"issuePrefixes": ["TEST-"],
23-
"issueUrlFormat": "myBugTracker.com/{prefix}{id}"
23+
"issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
2424
})
2525
```
2626

@@ -31,7 +31,7 @@ or json config like that:
3131
"preset": {
3232
"name": "conventionalchangelog",
3333
"issuePrefixes": ["TEST-"],
34-
"issueUrlFormat": "myBugTracker.com/{prefix}{id}"
34+
"issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)