You must log in or register to comment.
Do you put the version in each commit? That seems painful
Debugging CI pipelines is so annoying, why is there no better way than committing a bunch of dumb changes until it works?
I like the approach of ci pipelines just running a make command or at least a script, so that it’s easy to run locally too before pushing the changes up.