chore: migrate master branch to main branch#167
chore: migrate master branch to main branch#167oderayi wants to merge 4 commits intomojaloop:mainfrom oderayi:chore/master-to-main-migartion
Conversation
There was a problem hiding this comment.
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.
| ## | ||
| orbs: | ||
| slack: circleci/slack@4.12.5 # Ref: https://github.com/mojaloop/ci-config/tree/master/slack-templates | ||
| slack: circleci/slack@4.12.5 # Ref: https://github.com/mojaloop/ci-config/tree/main/slack-templates |
There was a problem hiding this comment.
| slack: circleci/slack@4.12.5 # Ref: https://github.com/mojaloop/ci-config/tree/main/slack-templates | |
| slack: circleci/slack@4.12.5 # Ref: https://github.com/mojaloop/ci-config/tree/master/slack-templates |
Reverting because this is external, and we cant manage that.
| 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.
| 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.
Every other change "URL" below this comment should be reverted from to master
| 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.
| url: https://github.com/mojaloop/documentation/blob/main/LICENSE.md | |
| url: https://github.com/mojaloop/documentation/blob/master/LICENSE.md |
| 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.
| (https://github.com/mojaloop/pisp/tree/main/docs/out). | |
| (https://github.com/mojaloop/pisp/tree/master/docs/out). |
|



chore: migrate from master branch to main branch