diff --git a/README.adoc b/README.adoc index 5c10b5e03..7c30b3327 100644 --- a/README.adoc +++ b/README.adoc @@ -78,6 +78,7 @@ There are a few edge cases where we might want to work only on the current branc * When a new version is ready to published, the `cypher-25` branch will get a git tag, named with the exact version (for example, **2025.01.00**), signifying that this point-in-time marks the completion of the work for that minor release. * Updates merged into the `dev` branch for the next release are cherry-picked into the `cypher-25` branch. + === Enable automatic cherry-picking on a PR To enable automatic cherry-picking on a PR, add the label `cherry-pick` to it.