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

Skip to content

Commit author's name link is incorrectΒ #158

Closed
@jfix

Description

@jfix

I've just started using gren so maybe this is just bad usage on my part.

I've configured gren with the CLI (very nice πŸ‘), and this is the config file:

---
  dataSource: "commits"
  prefix: ""
  includeMessages: "all"
  changelogFilename: "CHANGELOG.md"

I've generated the Changelog for an existing release via gren release --override. While this works well, I've noticed that each list item ends with the author name which is supposed to be clickable. I don't know why, but in my case, it uses my name, "Jakob Fix", instead of my id, @jfix. Therefore, because of the prefixed @ it makes the first name, @jakob, clickable, which is another Github user.

Here's an example from the CHANGELOG.md file which I also generated using gren changelog --override:

- [✨ Replace `electron-json-storage` with `electron-store` (dot notation!).](https://api.github.com/repos/jfix/pac-toolkit/git/commits/3a65f60133ea288e294266e69a26875af6ea4df6) - @Jakob Fix

I've added the configuration option username: "jfix" to the configuration file, hoping this would change things, but to no avail, unfortunately.

Here is the release: https://github.com/jfix/pac-toolkit/releases/tag/v1.1.0

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