mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

The previous package was outdated, preventing us from updating TS. This one also lints YAML and JSON, and applies many more rules to the test files, explaining all the changes in this PR.
16 lines
704 B
JSON
16 lines
704 B
JSON
{
|
|
"types": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Fixes" },
|
|
{ "type": "chore", "section": "Chores" },
|
|
{ "type": "chore(deps)", "section": "Dependency updates" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "style", "section": "Styling" },
|
|
{ "type": "refactor", "section": "Refactors" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "test", "section": "Testing" }
|
|
],
|
|
"header": "<!-- markdownlint-disable MD013 -->\n# Changelog\n\nAll notable changes to this project will be documented in this file.",
|
|
"releaseCommitMessageFormat": "chore(release): Release version {{currentTag}} of the npm package"
|
|
}
|