Publish major version container image tag#57
Open
joelpurra wants to merge 1 commit intoroot-fr:mainfrom
Open
Conversation
This commit adds a `{{major}}` (semantic) version tag `jmap-webmail:1` for published container images.
A major tag helps user stay on a recent version, without manually bumping their targeted image tag. This would be useful, for example now that `jmap-webmail:1.4` has been (or is about to be; see root-fr#54) released.
Assuming that semantic version is adhered to, staying indefinitely on `jmap-webmail:1` should pose no breaking issues for users, until they decide to move to the next major version.
See
- https://github.com/root-fr/jmap-webmail/pkgs/container/jmap-webmail
- https://github.com/root-fr/jmap-webmail/pkgs/container/jmap-webmail/748466473?tag=1.3
- https://github.com/root-fr/jmap-webmail/pkgs/container/jmap-webmail/748466473?tag=1.3.3
- root-fr#54
- https://semver.org/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds a
{{major}}(semantic) version tagjmap-webmail:1for published container images.A major tag helps user stay on a recent version, without manually bumping their targeted image tag. This would be useful, for example now that
jmap-webmail:1.4has been (or is about to be; see #54) released.Assuming that semantic versioning is adhered to, staying indefinitely on
jmap-webmail:1should pose no breaking issues for users, until they decide to move to the next major version.See