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

[Renovate/Core] Use prev-minor backport strategy #204709

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
],
"labels": [
"release_note:skip",
"backport:skip",
"backport:prev-minor",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Sorry, I always forget what our labels mean 🙂. If we merge something into the main branch now, which is 9.0, is prev-minor essentially equivalent to backport:skip since there is no prev-minor for 9.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's confusing, but AFAIK, prev-minor ships it to 8.x at the moment.

The labels' descriptions explain the targets to each one of them (source):
image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see, nice, thanks!

"Team:Operations",
"Team:Core"
],
Expand Down Expand Up @@ -610,7 +610,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -628,7 +628,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand Down Expand Up @@ -665,7 +665,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:all-open"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -684,7 +684,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -704,7 +704,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:all-open"
"backport:prev-minor"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2881,4 +2881,4 @@
"datasourceTemplate": "docker"
}
]
}
}
Loading