Skip to content

addReleases option of @semantic-release/github not working #40

Open
@bubkoo

Description

@bubkoo

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:

image

But the release body generated by MSR:

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions