-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature: Support appending an existing release #70
Comments
Just encountered the same issue. We have multiple charts but only some of them have version changes, which results in the |
Releases shouldn't change, and so I'd like |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
If a release already exists with the same tag then chart-releaser fails with the following error:
Error: error creating GitHub release: POST https://api.github.com/repos/my_org/actions-runner-controller-mirror/releases: 422 Validation Failed [{Resource:Release Field:tag_name Code:already_exists Message:}]
Proposed Soltuion
Check for a matching release beforehand and append to that release if the action is configured to do so.
To retain compatibility make the default value false.
The text was updated successfully, but these errors were encountered: