How are we marking issues in main branch that need backporting to stable branch? #363
-
@jesperpedersen re subject, do we need a label to indicate that a PR needs to be backported to the stable branch? |
Beta Was this translation helpful? Give feedback.
Answered by
jesperpedersen
Feb 6, 2023
Replies: 1 comment
-
The labels have been updated.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johnaohara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The labels have been updated.
feature
is a new feature - will only go onmaster
.enhancement
is an enhancement to an existing feature. This can be tagged withmaster
(by default) andstable
(optional). Requires a stable ABI in order to be considered to be backported.bug
is a bug fix - will go onmaster
andstable
by default.