Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bubkoo opened this issue Nov 2, 2020 · 1 comment
Open

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

bubkoo opened this issue Nov 2, 2020 · 1 comment

Comments

@bubkoo
Copy link

bubkoo commented Nov 2, 2020

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"]
        }
      ]
    ]
  }
@Chumper
Copy link

Chumper commented May 22, 2021

Do you still have the issue?
The relases will only be added in the last step of the pipeline.
So for me it will create the release, then do the docker release and upload which could take 5 minutes and then edits the Release to add the links to the other releases.

I can see on the latest releases, that it now works for you?
E.g.: https://github.com/antvis/X6/releases/tag/%40antv%2Fx6%401.21.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants