Release candidate tags handled incorrectly #158
Labels
breaking change
This issue or pull request involves changes to existing functionality
bug
This issue or pull request addresses broken functionality
🐛 Summary
When one creates a release candidate (RC) from a version such as
1.5.0-rc.1
, and then creates a prerelease for that RC, the RC Docker image has the tags1.5.0-rc.1
,1.5.0
,1.5
, and1
. This is not the desired behavior. The prerelease should only be tagged as1.5.0-rc.1
and the other tags should only be moved once a release is created.To reproduce
Steps to reproduce the behavior:
1.5.0-rc.1
.1.5.0
,1.5
, and1
.Expected behavior
I do not expect the creation of a prerelease to change release image tags.
The text was updated successfully, but these errors were encountered: