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 May 9, 2021
1 parent f1f50f5 commit 3f9dd9e
Showing 1 changed file with 1 addition and 1 deletion.
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 3f9dd9e

Please sign in to comment.