invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.11k stars 198 forks source link

style: formatted non-code files using resp. language standards #619

Closed OutdatedGuy closed 8 months ago

OutdatedGuy commented 8 months ago

Description

Formatted all non-code files (like .md, .gitignore, .yaml, etc.) using their respective language formatting standards.

Type of Change

docs-page[bot] commented 8 months ago

To view this pull requests documentation preview, visit the following URL:

melos.invertase.dev/~619

Documentation is deployed and generated using docs.page.

OutdatedGuy commented 8 months ago

Yo @spydon, I reverted changes from the Changelog files as you requested but I have one question:

@OutdatedGuy the changelogs should not be modified, the lines in the changelog should only be bound to their release commit.

How does one fix any errors or formatting issues in Changelog file then?

spydon commented 8 months ago

How does one fix any errors or formatting issues in Changelog file then?

You usually don't, and also these are not errors, they will parse just fine as markdown. There isn't only one markdown formatting standard, so it depends on what markdown formatting rules you use on how it should be formatted.

spydon commented 8 months ago

@OutdatedGuy why did you close it? It was ready to merge :)

OutdatedGuy commented 8 months ago

This was not intended, deleting repo didn't used to close a PR ๐Ÿค”

spydon commented 8 months ago

This was not intended, deleting repo didn't used to close a PR ๐Ÿค”

Since your PR branch lived on your forked repo it will be deleted if you delete the repository.