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

Calling create_release causes 404 error on Gitlab 14.0 #619

Open
divanikus opened this issue Jun 25, 2021 · 0 comments
Open

Calling create_release causes 404 error on Gitlab 14.0 #619

divanikus opened this issue Jun 25, 2021 · 0 comments
Labels
bug Something isn't working help wanted Good for newcomers

Comments

@divanikus
Copy link

Long story short, using Tags API to create releases with descriptions is now forbidden and you have to move to Releases API.

Something like that should work:

    def create_release(project, tag, description)
      post("/projects/#{url_encode project}/releases", body: { tag_name: tag, description: description })
    end
@NARKOZ NARKOZ added the bug Something isn't working label Jun 30, 2021
@NARKOZ NARKOZ added the help wanted Good for newcomers label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants