Skip to content

Migrate from deprecated Tags API endpoint to Release API endpoint #183

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

Closed
nfriend opened this issue Dec 7, 2020 · 1 comment · Fixed by #184
Closed

Migrate from deprecated Tags API endpoint to Release API endpoint #183

nfriend opened this issue Dec 7, 2020 · 1 comment · Fixed by #184
Labels

Comments

@nfriend
Copy link
Contributor

nfriend commented Dec 7, 2020

In GitLab 14.0, the ability to manage release data (i.e. release notes) through the /projects/<project id>/repository/tags/<tag name>/release endpoint will be removed: https://gitlab.com/gitlab-org/gitlab/-/issues/290311

This module currently uses this endpoint to create a release in publish.js:

await got.post(urlJoin(gitlabApiUrl, `/projects/${encodedRepoId}/repository/tags/${encodedGitTag}/release`), {

This API call should be updated to use the Release API instead.

@github-actions
Copy link

github-actions bot commented Dec 8, 2020

🎉 This issue has been resolved in version 6.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant