mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 05:52:02 +08:00
chore: use proper branches for monorepo remotes
This commit is contained in:
parent
7f5593021d
commit
aea1a4cf63
|
@ -4,132 +4,132 @@
|
||||||
{
|
{
|
||||||
"name": "akismet",
|
"name": "akismet",
|
||||||
"gitRemote": "git@github.com:flarum/akismet.git",
|
"gitRemote": "git@github.com:flarum/akismet.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "approval",
|
"name": "approval",
|
||||||
"gitRemote": "git@github.com:flarum/approval.git",
|
"gitRemote": "git@github.com:flarum/approval.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bbcode",
|
"name": "bbcode",
|
||||||
"gitRemote": "git@github.com:flarum/bbcode.git",
|
"gitRemote": "git@github.com:flarum/bbcode.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "embed",
|
"name": "embed",
|
||||||
"gitRemote": "git@github.com:flarum/embed.git",
|
"gitRemote": "git@github.com:flarum/embed.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "emoji",
|
"name": "emoji",
|
||||||
"gitRemote": "git@github.com:flarum/emoji.git",
|
"gitRemote": "git@github.com:flarum/emoji.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "flags",
|
"name": "flags",
|
||||||
"gitRemote": "git@github.com:flarum/flags.git",
|
"gitRemote": "git@github.com:flarum/flags.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lang-english",
|
"name": "lang-english",
|
||||||
"gitRemote": "git@github.com:flarum/lang-english.git",
|
"gitRemote": "git@github.com:flarum/lang-english.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "likes",
|
"name": "likes",
|
||||||
"gitRemote": "git@github.com:flarum/likes.git",
|
"gitRemote": "git@github.com:flarum/likes.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lock",
|
"name": "lock",
|
||||||
"gitRemote": "git@github.com:flarum/lock.git",
|
"gitRemote": "git@github.com:flarum/lock.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "markdown",
|
"name": "markdown",
|
||||||
"gitRemote": "git@github.com:flarum/markdown.git",
|
"gitRemote": "git@github.com:flarum/markdown.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mentions",
|
"name": "mentions",
|
||||||
"gitRemote": "git@github.com:flarum/mentions.git",
|
"gitRemote": "git@github.com:flarum/mentions.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nicknames",
|
"name": "nicknames",
|
||||||
"gitRemote": "git@github.com:flarum/nicknames.git",
|
"gitRemote": "git@github.com:flarum/nicknames.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "package-manager",
|
"name": "package-manager",
|
||||||
"gitRemote": "git@github.com:flarum/package-manager.git",
|
"gitRemote": "git@github.com:flarum/package-manager.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pusher",
|
"name": "pusher",
|
||||||
"gitRemote": "git@github.com:flarum/pusher.git",
|
"gitRemote": "git@github.com:flarum/pusher.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "statistics",
|
"name": "statistics",
|
||||||
"gitRemote": "git@github.com:flarum/statistics.git",
|
"gitRemote": "git@github.com:flarum/statistics.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sticky",
|
"name": "sticky",
|
||||||
"gitRemote": "git@github.com:flarum/sticky.git",
|
"gitRemote": "git@github.com:flarum/sticky.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "subscriptions",
|
"name": "subscriptions",
|
||||||
"gitRemote": "git@github.com:flarum/subscriptions.git",
|
"gitRemote": "git@github.com:flarum/subscriptions.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "suspend",
|
"name": "suspend",
|
||||||
"gitRemote": "git@github.com:flarum/suspend.git",
|
"gitRemote": "git@github.com:flarum/suspend.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tags",
|
"name": "tags",
|
||||||
"gitRemote": "git@github.com:flarum/tags.git",
|
"gitRemote": "git@github.com:flarum/tags.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"composer": [
|
"composer": [
|
||||||
{
|
{
|
||||||
"name": "testing",
|
"name": "testing",
|
||||||
"gitRemote": "git@github.com:flarum/testing.git",
|
"gitRemote": "git@github.com:flarum/testing.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan",
|
"name": "phpstan",
|
||||||
"gitRemote": "git@github.com:flarum/phpstan.git",
|
"gitRemote": "git@github.com:flarum/phpstan.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"npm": [
|
"npm": [
|
||||||
{
|
{
|
||||||
"name": "prettier-config",
|
"name": "prettier-config",
|
||||||
"gitRemote": "git@github.com:flarum/prettier-config.git",
|
"gitRemote": "git@github.com:flarum/prettier-config.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webpack-config",
|
"name": "webpack-config",
|
||||||
"gitRemote": "git@github.com:flarum/flarum-webpack-config.git",
|
"gitRemote": "git@github.com:flarum/flarum-webpack-config.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tsconfig",
|
"name": "tsconfig",
|
||||||
"gitRemote": "git@github.com:flarum/flarum-tsconfig.git",
|
"gitRemote": "git@github.com:flarum/flarum-tsconfig.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"core": {
|
"core": {
|
||||||
"name": "core",
|
"name": "core",
|
||||||
"gitRemote": "git@github.com:flarum/core.git",
|
"gitRemote": "git@github.com:flarum/core.git",
|
||||||
"mainBranch": "master"
|
"mainBranch": "main"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user