Skip to content

Commit e3b3ac3

Browse files
authored
chore: rename default branch from master to main (#176)
1 parent f3e71f5 commit e3b3ac3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release-please
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '*'
99

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Lastly, open a pull request on Github.
2222
## Releasing
2323

2424
1. Merge the release PR
25-
2. Switch to the default branch `git checkout master`
25+
2. Switch to the default branch `git checkout main`
2626
3. Pull latest changes `git pull`
2727
4. Publish the package `npm publish`

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extends": ["github>netlify/renovate-config:default"],
33
"ignorePresets": [":prHourlyLimit2"],
44
"semanticCommits": true,
5-
"masterIssue": true
5+
"dependencyDashboard": true
66
}

0 commit comments

Comments
 (0)