๐ git-release-manager: Can't promote RC
Opened this issue ยท 0 comments
mindthecap commented
Plugin Name
@backstage/plugin-git-release-manager
๐ Description
Can't promote Release Candidate with semantic versioning when i have created a second version with the plugin.
๐ Expected behavior
Release Candidate is promoted, branch with correct name is created and a release is created
๐ Actual Behavior with Screenshots
The problem is seen in the picture.
๐ Reproduction steps
- Create a semver RC
- Promote the RC
- Create another minor or major RC
- Can't promote the RC (no option)
๐ Provide the context for the Bug.
One can't set the pre-release as latest release when multiple releases exist. This code has a logic flaw:
The promoteRC should fetch all RC releases and user should be able to chose which RC should be promoted.
๐ Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
No, but I'm happy to collaborate on a PR with someone else