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
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)
eslint-plugin-simple-import-sort
eslint-plugin-import
should look like this
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:
getUserLink
userLink
by
changeset-changelog/src/getReleaseLine.ts
Lines 85 to 95 in ef3e464
The text was updated successfully, but these errors were encountered:
Another idea is to change the order. For the example in the description, it should then be like this:
- [#103](https://github.com/mheob/config/pull/103) ([@mheob](https://github.com/mheob)): add `eslint-plugin-simple-import-sort` and `eslint-plugin-import` ESLint plugins
Sorry, something went wrong.
feat!: reformat changelog output
7fcecaf
The new output looks like: "#PR (USER): MESSAGE" closes #19
feat!: reformat changelog output (#27)
5c6eb4d
Resolves #19 ## Changes - reformat changelog output - the new output looks like: "#PR (USER): MESSAGE" - remove explicit return statements on every typescript functions
Successfully merging a pull request may close this issue.
Description
The output of a release line does not have the style we want.
For example
eslint-plugin-simple-import-sort
andeslint-plugin-import
ESLint plugins -->(#103) by @mheob
should look like this
eslint-plugin-simple-import-sort
andeslint-plugin-import
ESLint plugins --> (#103) by @mheobAdditional Information
Besides the changes of the output we could improve the code a bit.
For example should the
getUserLink
function return only theuserLink
without theby
prefix:changeset-changelog/src/getReleaseLine.ts
Lines 85 to 95 in ef3e464
The text was updated successfully, but these errors were encountered: