Open
Description
The addReleases option adding links to other releases to the GitHub release body. See The introducing PR for an example on how it will look.
The release body should like this one:
But the release body generated by MSR:
And my config is
{
"repositoryUrl": "https://github.com/antvis/x6",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"addReleases": "bottom"
}
],
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"]
}
]
]
}
Metadata
Metadata
Assignees
Labels
No labels