Skip to content
New issue

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

fix(markdown): remove unnecessary spaces #106

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

tmlmt
Copy link
Contributor

@tmlmt tmlmt commented Apr 23, 2023

Removes unnecessary line break after [compared changes] and unnecessary leading double space before each commit item.
Prettier keeps reformatting it this way after I generate the changelog via --bump

Before:

## v0.4.1

[compare changes](https://github.com/unjs/changelogen/compare/v0.4.0...v0.4.1)


### 🩹 Fixes

  - Bump by patch by default ([7e38438](https://github.com/unjs/changelogen/commit/7e38438))

After:

## v0.4.1

[compare changes](https://github.com/unjs/changelogen/compare/v0.4.0...v0.4.1)

### 🩹 Fixes

- Bump by patch by default ([7e38438](https://github.com/unjs/changelogen/commit/7e38438))

Notes:

Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 💯

@pi0 pi0 merged commit 22b1f56 into unjs:main Apr 24, 2023
@tmlmt
Copy link
Contributor Author

tmlmt commented May 17, 2023

Hey @pi0 do you think you could release v0.5.4 to incorporate that latest merged PR? Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants