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

feature: Add versioning support for images with prerelease identifiers #408

Merged
merged 1 commit into from
May 9, 2024

Conversation

balajisankar15
Copy link
Contributor

*Issue #, if available:*N/A

Description of changes: Add versioning support for images with prerelease identifiers

Motivation:

  • Currently we don't allow creating new {major/minor/patch} versions from a prerelease version.

What is changing:
Current behavior: if you invoke create-{major/minor/patch}-version-artifacts for a prerelease version (like 1.0.0-beta) you will get an exception.

New behavior: These invocations will succeed and it will create 3.0.0-beta/2.1.0-beta/2.0.1-beta respectively.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@TRNWWZ TRNWWZ closed this May 9, 2024
@TRNWWZ TRNWWZ reopened this May 9, 2024
@balajisankar15 balajisankar15 merged commit 4e4b7f9 into aws:main May 9, 2024
2 checks passed
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.

4 participants