-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: migrate master branch to main branch #167
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should put this on hold for the time being until we can update the other Mojaloop repos from master to main.
I have added some (Not all) suggested changes, i.e. revert all external dependencies changes that were searched-replaced from master
-> main
, back to master
.
The reason for this is because Github is clever enough to be aware of the change, and if you hit a github repo that did a rename from master
to main
, using master
, it will auto-magically forward you to the main
branch showing you a warning message that the change has occured.
@@ -7,7 +7,7 @@ version: 2.1 | |||
# Orbs used in this pipeline | |||
## | |||
orbs: | |||
slack: circleci/[email protected] # Ref: https://github.com/mojaloop/ci-config/tree/master/slack-templates | |||
slack: circleci/[email protected] # Ref: https://github.com/mojaloop/ci-config/tree/main/slack-templates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slack: circleci/[email protected] # Ref: https://github.com/mojaloop/ci-config/tree/main/slack-templates | |
slack: circleci/[email protected] # Ref: https://github.com/mojaloop/ci-config/tree/master/slack-templates |
Reverting because this is external, and we cant manage that.
@@ -42,7 +42,7 @@ Validate the result file. | |||
## Swagger-UI | |||
|
|||
The snippets specification is previewable using swagger-ui. Swagger-UI files | |||
are found in `docs/dist/`. Github pages uses the master branch `docs/` folder | |||
are found in `docs/dist/`. Github pages uses the `main` branch `docs/` folder | |||
to build the page found at https://docs.mojaloop.io/api-snippets/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to build the page found at https://docs.mojaloop.io/api-snippets/ | |
to build the page found at https://mojaloop.github.io/api-snippets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every other change "URL" below this comment should be reverted from to master
@@ -17,7 +17,7 @@ info: | |||
the term "FSP" is equal to the term "DFSP". | |||
license: | |||
name: Apache License Version 2.0, January 2004 | |||
url: https://github.com/mojaloop/documentation/blob/master/LICENSE.md | |||
url: https://github.com/mojaloop/documentation/blob/main/LICENSE.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url: https://github.com/mojaloop/documentation/blob/main/LICENSE.md | |
url: https://github.com/mojaloop/documentation/blob/master/LICENSE.md |
@@ -4,7 +4,7 @@ info: | |||
title: Thirdparty Snippets | |||
description: | | |||
Based on sequence diagrams | |||
(https://github.com/mojaloop/pisp/tree/master/docs/out). | |||
(https://github.com/mojaloop/pisp/tree/main/docs/out). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(https://github.com/mojaloop/pisp/tree/main/docs/out). | |
(https://github.com/mojaloop/pisp/tree/master/docs/out). |
Quality Gate passedIssues Measures |
chore: migrate from master branch to main branch