Skip to content

Commit

Permalink
Merge pull request #333 from christian-bromann/cb-default-branch
Browse files Browse the repository at this point in the history
Rename default branch from `master` to `main`
  • Loading branch information
christian-bromann authored Apr 6, 2022
2 parents 2fa2f29 + fb44b8e commit 6c06c70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Please refer to the [EditorConfig Code of Conduct](https://github.com/editorconfig/editorconfig/blob/master/CODE_OF_CONDUCT.md).
### Please refer to the [EditorConfig Code of Conduct](https://github.com/editorconfig/editorconfig/blob/main/CODE_OF_CONDUCT.md)
6 changes: 3 additions & 3 deletions .github/workflows/master.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Node CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
test:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
npm test
env:
CI: true
DISPLAY: ':99.0'
DISPLAY: ":99.0"

release:
name: vsce publish
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
## 0.3.4

- [Use
`onWillSaveTextDocument`]https://github.com/editorconfig/editorconfig-vscode/pull/80,
`onWillSaveTextDocument`]<https://github.com/editorconfig/editorconfig-vscode/pull/80>,
fixes [`#76`](https://github.com/editorconfig/editorconfig-vscode/issues/76)
and [`#79`](https://github.com/editorconfig/editorconfig-vscode/issues/79)
(thanks [`@SamVerschueren`](https://github.com/SamVerschueren))!
Expand Down Expand Up @@ -260,7 +260,7 @@

- [Fix applying transformations to .editorconfig itself](https://github.com/editorconfig/editorconfig-vscode/issues/9)
(thanks [`@SamVerschueren`](https://github.com/SamVerschueren))!
- [Fix marketplace icon](https://github.com/editorconfig/editorconfig-vscode/commits/master)
- [Fix marketplace icon](https://github.com/editorconfig/editorconfig-vscode/commits/main)
(thanks [`@SamVerschueren`](https://github.com/SamVerschueren))!

## 0.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config",
"multi-root ready"
],
"homepage": "https://github.com/editorconfig/editorconfig-vscode/blob/master/README.md",
"homepage": "https://github.com/editorconfig/editorconfig-vscode/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/editorconfig/editorconfig-vscode.git"
Expand Down

0 comments on commit 6c06c70

Please sign in to comment.