goreleaser: error=git is in a dirty state #780
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automagic release is broken again. It never really works 😢
https://build.coopcloud.tech/toolshed/abra/3602/1/5
There is something causing a dirty git state... I suspect it is because when I push a tagged release, it runs 2 builds in parallel. There is probably some
.drone.ymlmagic to stop this happening, so that when a git tag is pushed, only a single build runs.Open to ideas otherwise. Doing it manually for now 🙈
Unless anyone strongly objects, I'm leaning towards just removing the automagic (read: constantly broken) goreleaser upload stuff. It's really simple to run locally and is much less hassle free when doing the release. Doing release work usually costs at least an hour and when you have to fix the CI, it takes a lot longer. So, I think we'll be better off. I can update the release guide also 👇