roadie-backstage-plugins
roadie-backstage-plugins copied to clipboard
Version Bump fails when using GitHub Pull Request plugin with next release line
Expected Behavior
We should be able to run the version bump command without any issues for those on the next
release line, this is the weekly release schedule, and are using the GitHub Pull Request plugin.
Note: We do think this issue could also happen with other Roadie plugins but have not tested that theory
Current Behavior
Currently when we run the version bump command we get this message at the end of the process:
Error: Version bump failed for @backstage/plugin-home, @backstage/plugin-home, @backstage/plugin-stack-overflow
This is when using version 2.2.6 of @roadiehq/backstage-plugin-github-pull-requests
Steps to Reproduce
- Create a Backstage instance on the
next
release line or use an existing instance on thenext
release line - Install and setup the GitHub Pull Request plugin
- Run the version bump command for the
next
release line:yarn backstage-cli versions:bump --release next
Notice: the version bump command fails with an error
Possible Solution
We believe that if Roadie publish weekly releases on the next
release line of all their plugins this would solve this issue
Context
Sadly we've had to remove the GitHub Pull Request plugin as we prefer being on the weekly next
release line
Your Environment
We don't believe that there are any other environment details that is causing this just the fact that we are on the next
release line
https://app.shortcut.com/larder/story/10535
Sorry, looks like I had a typo in the version number for @roadiehq/backstage-plugin-github-pull-requests
. It should be version 2.2.6. I've also updated the description with that correction
Going to close this as we ended up building our own plugin, sorry :(