diff --git a/.backstage/component-tsconfig.yaml b/.backstage/component-tsconfig.yaml index e49399f..d76bf3c 100644 --- a/.backstage/component-tsconfig.yaml +++ b/.backstage/component-tsconfig.yaml @@ -5,7 +5,7 @@ metadata: title: TSConfig description: Einride's default TSconfig. annotations: - backstage.io/source-location: url:https://github.com/einride/tsconfig/tree/main + backstage.io/source-location: url:https://github.com/einride/tsconfig/tree/master github.com/project-slug: einride/tsconfig github.com/team-slug: einride/platform-engineering spec: diff --git a/.releaserc.js b/.releaserc.js index 0a96bc4..9ca433d 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,7 +1,7 @@ module.exports = { branches: [ "+([0-9])?(.{+([0-9]),x}).x", - "main", + "master", "next", "next-major", { name: "beta", prerelease: true }, diff --git a/README.md b/README.md index 7565e19..5d1174e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @einride/tsconfig -[![license](https://img.shields.io/npm/l/@einride/tsconfig.svg)](https://github.com/einride/tsconfig/blob/main/LICENSE) +[![license](https://img.shields.io/npm/l/@einride/tsconfig.svg)](https://github.com/einride/tsconfig/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@einride/tsconfig.svg)](https://www.npmjs.com/package/@einride/tsconfig) [![total npm downloads](https://img.shields.io/npm/dt/@einride/tsconfig.svg)](https://www.npmjs.com/package/@einride/tsconfig) @@ -38,7 +38,7 @@ You can add additional options in your project, which will override the option i ## Contribute -See [Contributing Guide](https://github.com/einride/tsconfig/blob/main/CONTRIBUTING.md). +See [Contributing Guide](https://github.com/einride/tsconfig/blob/master/CONTRIBUTING.md). ## License