mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
This commit is contained in:
parent
62ad4db465
commit
85994fb1fd
1 changed files with 11 additions and 0 deletions
|
|
@ -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... |
|
||||
|
|
|
|||
Loading…
Reference in a new issue