From 85994fb1fd2b43db5566d0cc28c5583e7e4e8aba Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 12 Sep 2025 19:40:21 +0000 Subject: [PATCH] build: update branches and versioning information (#63772) Update the branches and versioning guide to include information about the `target: feature` and `target: automation` labels. PR Close #63772 --- contributing-docs/branches-and-versioning.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contributing-docs/branches-and-versioning.md b/contributing-docs/branches-and-versioning.md index 54a5d56dab3..30beded85f3 100644 --- a/contributing-docs/branches-and-versioning.md +++ b/contributing-docs/branches-and-versioning.md @@ -99,6 +99,17 @@ any PRs to an RC branch to support extra testing before the stable release. Breaking changes, marked with `target: major`, can only be merged when `main` represents the next major version. +Two additional target labels do not map to specific versions while still defining which branch to merge into. + +| Label | Description | +|----------------------|-----------------------------------------------------------------------------| +| target: automation | A automated change made by the angular-robot account. | +| target: feature | A change to be made in a feature branch. | + +Changes made to a feature branch, outside of our typical branching and merging process utilize the +`target: feature` branch. Additionally, the `target: automation` label, which is only able to be +utilized by the `angular-robot` account targets only the branch defined within the Github UI. + ### Pull request examples | I want to... | Target branch | Target label | Your change will land in... |