mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #694] Improve discoverability of changelog #513
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bmish on GitHub (Jan 3, 2023).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/694
Currently, there's a changelog called "History" at the bottom of the README:
This is lacking in discoverability when many/most repositories use a standard
CHANGELOG.mdfile as well as GitHub releases to announce releases. These standard mechanisms have benefits like:What do you think?
Note: Even if you don't want to switch the format, even just including the word "changelog" somewhere could make it easier to search for it, or a table of contents at the top of the README like the one generated by this VSCode extension.
@DavidAnson commented on GitHub (Jan 4, 2023):
I'm fine with CHANGELOG.md (I use it for the VS Code extension), but I find GitHub Releases redundant. npm is the authority for what releases are available and what is in each; tags provide information about commits in the repo.
@bmish commented on GitHub (Jan 4, 2023):
Got it. I'll open up a PR for this in a moment.
@DavidAnson commented on GitHub (Jan 4, 2023):
Great, thank you! Please copy the content over as it is and link to it from the README. Please also add the new file to the handful of test cases that analyze Markdown files in the repository. Remember to PR against "next" branch.