-
Notifications
You must be signed in to change notification settings - Fork 15
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
add in documenation: UNRELEASED and DRAFT_RELEASE do not work together #90
Comments
Hello @treee111, thanks for raising this issue. According to the log from the failed execution, it seems that the execution crashed while trying to create an already existing
Currently, git-release does not validate the The PR fix must be a coincidence because The P.S: I wil look into improving that in future releases |
Hey @anton-yurchenko,
I read the log as well and thought the same. That's why that particular code change was not obvious to work around that. These are my findings:
non-working workflow configuration from above:
Does that come in hand with your answer? I understood the action as to update the Why I want to use this: I want to use it for a release-branch which should create a release with artifacts each time a commit is pushed to that branch. |
Hello @treee111, Please reopen this issue or leave a comment if the problem persists. P.S: I noticed you use the |
Why this issue?
I don't know how I came to that configration and if it worked earlier or not.
Lately I saw it not updating the
latest
release and it took me some time to figure out what causes this issue.The errormessages, in my opinion, did not lead to the misconfiguration. That's why I want to inform you about that, if you have a place for that to be documented, feel free to do so!
Description
UNRELEASED: "update"
together withDRAFT_RELEASE: true
does not work after the first time.It works the first time but seams that the created draft-release can not be changed by the action on the second and all further runs.
Reference
non-working workflow configuration:
https://github.com/treee111/wahooMapsCreator/actions/runs/4098103949
working workflow configuration:
https://github.com/treee111/wahooMapsCreator/actions/runs/4098160692
my PR to correct it in my repo:
[DEV] enable Github action to update
latest
release treee111/wahooMapsCreator#178The text was updated successfully, but these errors were encountered: