-
Notifications
You must be signed in to change notification settings - Fork 151
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
chore(release): [1.2] verifying plugins have been released to npmjs.com and bumping versions #2350
Conversation
plugins/acr/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@janus-idp/backstage-plugin-acr", | |||
"version": "1.4.11", | |||
"version": "1.7.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the version in the 1.3 branch is ALSO at 1.7.11 so this will collide. https://github.com/janus-idp/backstage-plugins/blob/release-1.3/plugins/acr/package.json#L3
however 1.7.z is the correct version for the 1.3 branch, as main has moved ACR to https://github.com/backstage/community-plugins/commits/main/workspaces/acr/plugins/acr/package.json where it's at version 1.8.z
Should this be at 1.6.z in 1.2?
"version": "1.7.11", | |
"version": "1.6.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed the version in other branches, your right that makes sense based on the current versioning across the branches. That is:
- main branch 1.8.z (already moved to community-plugins repo)
- release-1.3 branch 1.7.z (currently at 1.7.11, which is correct for this branch)
- 1.2.x branch Since 1.7.11 is used in 1.3, and 1.8.z is in the main branch, the 1.2.z branch should have a version that's lower than 1.7.z to avoid conflicts (Logically speaking, your right). Hence 1.6.4 in 1.2.z
cc: @nickboldt / @kim-tsao for review |
|
closed because i have a pr targetting all |
Quality Gate passedIssues Measures |
Issue: https://issues.redhat.com/browse/RHIDP-4217
Bumping plugin versions based on the npm registry and previous release.