Skip to content

Commit

Permalink
fix: Syntax for prefix and id in JSON config
Browse files Browse the repository at this point in the history
At least for the JSON config the prefix and id must use double
curl braces to work {{prefix}} and {{id}}.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
  • Loading branch information
zxiiro committed Aug 25, 2021
1 parent d747781 commit 49e4aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ or json config like that:
"preset": {
"name": "conventionalchangelog",
"issuePrefixes": ["TEST-"],
"issueUrlFormat": "myBugTracker.com/{prefix}{id}"
"issueUrlFormat": "myBugTracker.com/{{prefix}}{{id}}"
}
}
}
Expand Down

0 comments on commit 49e4aa9

Please sign in to comment.