Replies: 1 comment
-
I'm totally fine with dropping a build for every commit (and it's easy enough to do locally if one really needs it). I'd also be ok with dropping the We could also think about using digests instead of tags, but that's probably a discussion for another day 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related with #690 I was having some discussions with the dev-ops teams related with our publication workflow. Right now what we have is the next one:
latest
: tag formain
branchx.y.z
: semver tag forreleases
This makes that we need to run several processes in all the Pull Requests because all the changes that we merge in
main
are published. The workflow proposed here is the next one:x.y.z
: semver tag forreleases
latest
: tag pointing out to the lastrelease
No tag
initially
formain
but there are tags for those use cases likenightly
. I think we can skip it because the current use ofmain
is near to zero. And the benefits that we would receive with this change is:latest
tag is typically used for that purpose. A little near example is ray-image.I liked the idea and I think it has sense but I would like to know yours!
Beta Was this translation helpful? Give feedback.
All reactions