| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Previously, we did not run the workflow on push on `master` when a release happened because the push on master is guarded by a check on which files were changed. With this change, I added `VERSION` to the list of files to consider when updating `:edge`.
|
Auto-merge is enabled. I have also manually started a run for the default push action, so an updated :edge image will be available around 10pm (UTC+1) (~ +20min from now on). |
Sorry, something went wrong.
There was a problem hiding this comment.
BTW: would it hurt, to just build on all changes regardless of the path?
Sorry, something went wrong.
Probably not; this is somewhat similar to what I was suggesting in #3659 (comment) too. |
Sorry, something went wrong.
|
UPDATE: I guess this PR (unexpectedly 😆) solves the issue quite nicely; we should actually not remove paths: to not unnecessarily build an image (e.g., when the documentation is updated). @casperklein |
Sorry, something went wrong.
There was a problem hiding this comment.
We have a better fix IMO, :edge shouldn't care about this at all.
Sorry, something went wrong.
| - .gitmodules | ||
| - Dockerfile | ||
| - setup.sh | ||
| - VERSION # also update :edge when a release happens |
There was a problem hiding this comment.
The comment is unnecessary:
| - VERSION # also update :edge when a release happens | |
| - VERSION |
VERSION contributes no meaning to :edge. In the past we have once missed bumping VERSION before tagging a release, but since we only publish images other than :edge by tagged commits, we just published a new tag semver-patch release to resolve that.
I'd rather see the VERSION file removed since it's unnecessary to support the functionality it's intended for, but since it the script in all prior releases since v10 will rely on checking VERSION we'd need to keep it around for a while 🤷♂️
If the better update check approach is taken, then the addition to build an image when VERSION changes would become redundant:
| - VERSION # also update :edge when a release happens |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Previously, we did not run the workflow on push on master when a release happened because the push on master is guarded by a check on which files were changed.
With this change, I added VERSION to the list of files to consider when updating :edge.
Superseeds #3659
Type of change
Checklist: