Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- master
- main

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion docs/Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rfcs/0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down