We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using:
gren changelog --include-messages=all -B --override gren -V 0.15.0
With this template:
{ "dataSource": "commits", "prefix": "", "includeMessages": "all", "changelogFilename": "CHANGELOG.md", "template": { "commit": "- [{{message}}]({{html_url}}) - {{author}}", "issue": "- {{labels}} {{name}} [{{text}}]({{html_url}})", "label": "[**{{label}}**]", "noLabel": "closed", "group": "\n#### {{heading}}\n", "changelogTitle": "# Changelog\n\n", "release": "## {{release}} ({{date}})\n{{body}}", "releaseSeparator": "\n---\n\n" } }
The {{html_url}} or {{url}} is returning https://api.github.com/repo, and not the HTML URL which seems to be intended
{{html_url}}
{{url}}
https://api.github.com/repo
The text was updated successfully, but these errors were encountered:
Change url to html_url. Fixes github-tools#140
fa87e15
3f08a6e
nice @alexcanessa ! will test this directly, and see if it works! Could you build a prerelease with this option?
Sorry, something went wrong.
@phun-ky just checkout master and run npm i -g . to use gren from your local folder and test 👍
master
npm i -g .
gren
Use correct param and re-use old attribute to avoid breaking changes (#…
1372f48
…142) * Change url to html_url. Fixes #140 * Use correct param, and assign old attribute, so this does not break
Successfully merging a pull request may close this issue.
Using:
With this template:
The
{{html_url}}
or{{url}}
is returninghttps://api.github.com/repo
, and not the HTML URL which seems to be intendedThe text was updated successfully, but these errors were encountered: