From 4cdf3b1e8ef710deb55211c9ba90418271bc7743 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Mon, 5 Jun 2023 15:13:02 +0200 Subject: [PATCH] Migrate default branch to 'main' --- README.md | 6 +++--- azure-pipelines.yml | 2 +- docs/Guidelines.md | 2 +- rfcs/0000-template.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7ae17cc..af225d87 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > Tooling to support the migration of UI5 projects by adapting code for new UI5 framework versions. [![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-migration)](https://api.reuse.software/info/github.com/SAP/ui5-migration) -[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-migration?branchName=master)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=41&branchName=master) +[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-migration?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=41&branchName=main) [![npm version](https://badge.fury.io/js/%40ui5%2Fmigration.svg)](https://www.npmjs.com/package/@ui5/migration) _**Note:** This project is currently in beta. While there are ongoing improvements and round-offs being applied, we see the early release as a great opportunity to collect feedback from the community to further advance the UI5 migration tooling._ @@ -49,7 +49,7 @@ A list of currently available migration tasks can be found [here](./docs/guide/t A list of options to configure the formatting of migration output can be found [here](./docs/guide/print.md) ## Contributing -Please check our [Contribution Guidelines](https://github.com/SAP/ui5-migration/blob/master/CONTRIBUTING.md). Your input and support is welcome! +Please check our [Contribution Guidelines](https://github.com/SAP/ui5-migration/blob/main/CONTRIBUTING.md). Your input and support is welcome! ## Support -Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-migration/blob/master/CONTRIBUTING.md#report-an-issue) on how to report an issue. +Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-migration/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 506deff3..9c9f37c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - - master + - main strategy: matrix: diff --git a/docs/Guidelines.md b/docs/Guidelines.md index 9164f314..0faaf1af 100644 --- a/docs/Guidelines.md +++ b/docs/Guidelines.md @@ -10,7 +10,7 @@ During development, you might want to use `npm run unit` or `npm run unit-watch` ## Git Guidelines ### No Merge Commits -Please use [rebase instead of merge](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) to update a branch to the latest master. This helps keeping a clean commit history in the project. +Please use [rebase instead of merge](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) to update a branch to the latest main. This helps keeping a clean commit history in the project. ### Commit Message Style #### Commit Summary diff --git a/rfcs/0000-template.md b/rfcs/0000-template.md index 720b6f65..3636400b 100644 --- a/rfcs/0000-template.md +++ b/rfcs/0000-template.md @@ -5,7 +5,7 @@ # RFC 0000 Fancy Title -*Disclaimer: This template is derived from the great [RFC template](https://github.com/yarnpkg/rfcs/blob/master/0000-template.md) that Yarn has come up with. (You may remove this disclaimer).* +*Disclaimer: This template is derived from the great [RFC template](https://github.com/yarnpkg/rfcs/blob/-/0000-template.md) that Yarn has come up with. (You may remove this disclaimer).* ## Summary One paragraph explanation of the feature.