Closed
Description
Description
The output of a release line does not have the style we want.
For example
- add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins -->
([#103](https://github.com/mheob/config/pull/103)) by [@mheob](https://github.com/mheob)
should look like this
- add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins --> ([#103](https://github.com/mheob/config/pull/103)) by [@mheob](https://github.com/mheob)
Additional Information
Besides the changes of the output we could improve the code a bit.
For example should the getUserLink
function return only the userLink
without the by
prefix:
changeset-changelog/src/getReleaseLine.ts
Lines 85 to 95 in ef3e464