Skip to content

Commit

Permalink
docs(readme): update template contexts about link_parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 16, 2022
1 parent dcb3141 commit dce09d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ following context is generated to use for templating:
"breaking_description": "<description>",
"breaking": false,
"conventional": true,
"links": [{"text": "[text]", "href": "[href]"}]
"links": [{"text": "(set by link_parsers)", "href": "(set by link_parsers)"}]
}
],
"commit_id": "a440c6eb26404be4877b7e3ad592bfaa5d4eb210 (release commit)",
Expand Down Expand Up @@ -611,7 +611,7 @@ If [conventional_commits](#conventional_commits) is set to `false`, then some of
"scope": "(overrided by commit_parsers)",
"message": "(full commit message including description, footers, etc.)",
"conventional": false,
"links": [{"text": "[text]", "href": "[href]"}]
"links": [{"text": "(set by link_parsers)", "href": "(set by link_parsers)"}]
}
],
"commit_id": "a440c6eb26404be4877b7e3ad592bfaa5d4eb210 (release commit)",
Expand Down

0 comments on commit dce09d7

Please sign in to comment.