From c00f172414cd898a287142f9ab3dbaffc759e5cc Mon Sep 17 00:00:00 2001 From: Josemar Luedke Date: Wed, 18 Aug 2021 09:30:00 -0700 Subject: [PATCH] Rename default branch to main --- .github/workflows/release-drafter.yml | 2 +- packages/eslint-config-ember-typescript/README.md | 2 +- packages/eslint-config-ember/README.md | 2 +- packages/eslint-config-node/README.md | 2 +- packages/eslint-config-typescript/README.md | 2 +- packages/eslint-config/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 47f190b..431ffa2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,7 +3,7 @@ name: Release Drafter on: push: branches: - - master + - main jobs: draftRelease: diff --git a/packages/eslint-config-ember-typescript/README.md b/packages/eslint-config-ember-typescript/README.md index 2de9fee..e8e3bf9 100644 --- a/packages/eslint-config-ember-typescript/README.md +++ b/packages/eslint-config-ember-typescript/README.md @@ -8,4 +8,4 @@ Combines `@underline/eslint-config-ember` and `@underline/eslint-config-typescri Copyright (c) 2019 Underline Corporation -Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md). +Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md). diff --git a/packages/eslint-config-ember/README.md b/packages/eslint-config-ember/README.md index 0650bc7..40d76c9 100644 --- a/packages/eslint-config-ember/README.md +++ b/packages/eslint-config-ember/README.md @@ -8,4 +8,4 @@ Adds Ember.js-specific rules. Copyright (c) 2019 Underline Corporation -Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md). +Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md). diff --git a/packages/eslint-config-node/README.md b/packages/eslint-config-node/README.md index 4d44de9..24cbdd3 100644 --- a/packages/eslint-config-node/README.md +++ b/packages/eslint-config-node/README.md @@ -8,4 +8,4 @@ Adds Node.js-specific rules and sets the environment. Copyright (c) 2019 Underline Corporation -Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md). +Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md). diff --git a/packages/eslint-config-typescript/README.md b/packages/eslint-config-typescript/README.md index d69b004..a3df949 100644 --- a/packages/eslint-config-typescript/README.md +++ b/packages/eslint-config-typescript/README.md @@ -8,4 +8,4 @@ Adds support for parsing TypeScript, as well as TypeScript-specific rules. Copyright (c) 2019 Underline Corporation -Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md). +Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md). diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index a8a0b2a..f68e936 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -6,4 +6,4 @@ Underline's base base config that all other configs extend from. Copyright (c) 2019 Underline Corporation -Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/master/LICENSE.md). +Licensed under the [MIT license](https://github.com/underline/eslint-config/blob/main/LICENSE.md).