Skip to content

Commit e42bfa1

Browse files
committed
Restore master as the active branch
1 parent c0efd79 commit e42bfa1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
- package-ecosystem: npm
44
directory: /
5-
target-branch: main
5+
target-branch: master
66
schedule: { interval: weekly }
77
groups:
88
angular: { patterns: ["@angular/*", "angular-eslint", "@angular-eslint/*", "ng-packagr", "typescript"] }

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
workflow_dispatch:
55
pull_request:
6-
branches: [main, v20, v21, "v*"]
6+
branches: [master, v20, v21, "v*"]
77
push:
8-
branches: [main, v20, v21, "v*"]
8+
branches: [master, v20, v21, "v*"]
99

1010
permissions:
1111
contents: read

MAINTENANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Maintenance and release policy
22

3-
The package major identifies its supported Angular major. `main` tracks the
3+
The package major identifies its supported Angular major. `master` tracks the
44
latest Angular major; older supported majors use `vN` maintenance branches.
55

66
| Package line | Angular | Branch | npm tag | Status |
77
| --- | --- | --- | --- | --- |
88
| 20.x | 20.x | `v20` | `angular20` | LTS through 2026-11-28 |
99
| 21.x | 21.x | `v21` | `angular21` | LTS |
10-
| 22.x | 22.x | `main` | `angular22`, `latest` | Active |
10+
| 22.x | 22.x | `master` | `angular22`, `latest` | Active |
1111

1212
## Changes and forward ports
1313

@@ -16,7 +16,7 @@ commit in ascending major order with `git cherry-pick -x`, one linked pull
1616
request per branch. Do not forward-port Angular migrations, dependency-major
1717
changes, package versions, or release metadata.
1818

19-
`main` has no duplicate current-major branch. Before upgrading `main` to a new
19+
`master` has no duplicate current-major branch. Before upgrading `master` to a new
2020
Angular major, create `vN` from its final commit and protect that branch.
2121

2222
## Releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ major. Install the matching package line:
2121

2222
| angular-plotly.js | Angular | Branch | Support |
2323
| --- | --- | --- | --- |
24-
| 22.x | 22.x | `main` | Active |
24+
| 22.x | 22.x | `master` | Active |
2525
| 21.x | 21.x | `v21` | LTS |
2626
| 20.x | 20.x | `v20` | LTS through 2026-11-28 |
2727

0 commit comments

Comments
 (0)