Skip to content

Create new release fails #38

@ciltocruz

Description

@ciltocruz

Hello.

I have found this software and it is wonderful. Thank you.
It's 2022 and Gitlab still doesn't have a button in the UI to generate the changelog automatically.

I've tested it and there seems to be a problem when creating new releases. It gives error 400 bad request.
According to the documentation, when a release is created a parameter "tag_name" (underscore) must be sent

https://docs.gitlab.com/ee/api/releases/#create-a-release

From what I can see in the code, a "tagName" parameter (camelCase) is sent and this seems to be the problem.

I have debugged the code and this is the body that is sent:

{
  "description": "some changelog text",
  "tagName": "v0.0.5"
}

Can you check to see if I'm right?
Thank you.

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