Skip to content

Commit 7d475d7

Browse files
committed
chore: update references from master to main in documentation and CI configuration
1 parent a27583b commit 7d475d7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 60
1111
steps:
1212
- uses: actions/checkout@v3
13-
name: Checkout [master]
13+
name: Checkout [main]
1414
with:
1515
fetch-depth: 0
1616

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Any feature that is part of the core project and does not deviate from what the
99
# Making Changes
1010

1111
- Fork the repository
12-
- Create a new branch from master (usually) and with a meaningful name for your changes
12+
- Create a new branch from main (usually) and with a meaningful name for your changes
1313
- Make your changes
1414
- Commit and push your change
1515
- Please run `prettier` on all modified files prior to opening your pull request
16-
- open a Pull Request for the master branch
16+
- open a Pull Request for the main branch
1717

1818
# Re-generating parse after grammar change
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,4 +1013,4 @@ export interface WithDataCategoryCondition {
10131013

10141014
## Contributing
10151015

1016-
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/master/CONTRIBUTING.md).
1016+
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/jetstreamapp/soql-parser-js/blob/main/CONTRIBUTING.md).

docs/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const soql = composeQuery({
142142

143143
## Contributing
144144

145-
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/master/CONTRIBUTING.md).
145+
All contributions are welcome on the project. Please read the [contribution guidelines](https://github.com/paustint/soql-parser-js/blob/main/CONTRIBUTING.md).
146146

147147
## Data Models
148148

0 commit comments

Comments
 (0)