-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to properly recreate a release #94
Comments
Ref: release 1.2.0 in https://github.com/woodpecker-ci/helm https://ci.woodpecker-ci.org/repos/8958/pipeline/719/4 When creating the tag manually, the RH doesn't find the intermediate commits:
|
Might be a tough one actually. In general I think best practice would be to restart pipelines and if necessary merge a new PR with a fix and just release the next patch version. Updating releases and tags often results in conflicts. |
I'm just curious (and have no deeper understanding how the plugin works), why is it hard to realize? If the old tag/release got deleted on the remote forge shouldn't the first step, |
I guess it would probably, but the pugin needs to be executed by a pipeline running on your main branch again, so you probably need to push something. |
If something goes wrong with a release, it would be good to have a way to properly recreate it.
Just deleting the GH release and tag and recreate the tag manually does not fully work as e.g. the changelog is not getting recreated and the release notes of the new release is empty.
The text was updated successfully, but these errors were encountered: