Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container image): tag with minor version, v0.x #2806

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

notnmeyer
Copy link
Contributor

@notnmeyer notnmeyer commented Mar 27, 2024

🍗 Description

What does this PR do? Anything folks should know?

adds a floating minor version tag. for example, the latest v0.54.x release will be tagged with v0.54.

bash magic to the rescue,

bash-5.2$ export version=v1.2.3
bash-5.2$ echo "${version%.*}"
v1.2

📚 References

Links to relevant docs (Notion, Twist, GH issues, etc.), if applicable.

👹 QA

How can other humans verify that this PR is correct?

@notnmeyer notnmeyer self-assigned this Mar 27, 2024
@notnmeyer notnmeyer requested a review from niclim March 27, 2024 17:16
@notnmeyer notnmeyer added this pull request to the merge queue Mar 27, 2024
Merged via the queue into main with commit 697d893 Mar 27, 2024
3 checks passed
@notnmeyer notnmeyer deleted the feat/docker/minor-version-tags branch March 27, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants