Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions melos.yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
"type": "string",
"description": "Whether to include conventional commit scopes in the generated CHANGELOG.md."
},
"includeCommitId": {
"type": "boolean",
"description": "Whether to add short commit ids to commits (no links) in the CHANGELOG.md that is generated by melos version."
},
"linkToCommits": {
"type": "boolean",
"description": "Whether to add links to commits in the generated CHANGELOG.md.\n\nDisabled by default."
Expand Down