-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The fmt
command formats and normalizes the changelog file.
But to check if the file is formatted correctly, we need to run something similar to:
diff -u <(changelog fmt -f CHANGELOG.md) CHANGELOG.md
We can simplify this code to:
changelog fmt --check
Which is useful specially for CI environments.
Metadata
Metadata
Assignees
Labels
No labels