Thanks to visit codestin.com
Credit goes to github.com

Skip to content

html_url and url are both pointing to 'https://api.github.com..' #140

Closed
@phun-ky

Description

@phun-ky

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions