Skip to content

Commit

Permalink
fix: use master instead of main
Browse files Browse the repository at this point in the history
main was moved to master
  • Loading branch information
alethenorio committed Apr 10, 2024
1 parent 0ea67ca commit 498a8d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .backstage/component-tsconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
branches: [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"master",
"next",
"next-major",
{ name: "beta", prerelease: true },
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 498a8d5

Please sign in to comment.