Description
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