Skip to content

Commit f877b29

Browse files
authored
Rename default branch from master to main (#611)
1 parent 36a895b commit f877b29

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: legacy
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
dist:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: test
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88
jobs:
99
dist:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ natural languages like gender, plurals, conjugations, and others.
1313
Fluent.js consists of a set of packages which have different use-cases and can
1414
be installed independently of each other.
1515

16-
- [@fluent/bundle](https://github.com/projectfluent/fluent.js/tree/master/fluent-bundle)
17-
- [@fluent/dedent](https://github.com/projectfluent/fluent.js/tree/master/fluent-dedent)
18-
- [@fluent/dom](https://github.com/projectfluent/fluent.js/tree/master/fluent-dom)
19-
- [@fluent/langneg](https://github.com/projectfluent/fluent.js/tree/master/fluent-langneg)
20-
- [@fluent/react](https://github.com/projectfluent/fluent.js/tree/master/fluent-react)
21-
- [@fluent/sequence](https://github.com/projectfluent/fluent.js/tree/master/fluent-sequence)
22-
- [@fluent/syntax](https://github.com/projectfluent/fluent.js/tree/master/fluent-syntax)
16+
- [@fluent/bundle](https://github.com/projectfluent/fluent.js/tree/main/fluent-bundle)
17+
- [@fluent/dedent](https://github.com/projectfluent/fluent.js/tree/main/fluent-dedent)
18+
- [@fluent/dom](https://github.com/projectfluent/fluent.js/tree/main/fluent-dom)
19+
- [@fluent/langneg](https://github.com/projectfluent/fluent.js/tree/main/fluent-langneg)
20+
- [@fluent/react](https://github.com/projectfluent/fluent.js/tree/main/fluent-react)
21+
- [@fluent/sequence](https://github.com/projectfluent/fluent.js/tree/main/fluent-sequence)
22+
- [@fluent/syntax](https://github.com/projectfluent/fluent.js/tree/main/fluent-syntax)
2323

2424
You can install each of the above packages via `npm`, e.g. `npm install @fluent/react`.
2525
See the end of this `README` for instructions on how to build `fluent.js` locally.

0 commit comments

Comments
 (0)