Skip to content

Commit 1006e5f

Browse files
move plugin earlier
1 parent 16e352c commit 1006e5f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

auto.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ const brewOptions: IBrewPluginOptions = {
2626
export default function rc(): AutoRc {
2727
return {
2828
plugins: [
29+
[
30+
"protected-branch",
31+
{
32+
releaseTemporaryBranchPrefix: "protected-release-",
33+
requiredStatusChecks: ["WIP", "build", "test", "lint"],
34+
},
35+
],
2936
[
3037
"upload-assets",
3138
[
@@ -41,13 +48,6 @@ export default function rc(): AutoRc {
4148
"./scripts/auto-update-curl-version.js",
4249
["all-contributors", allContributorsOptions],
4350
["brew", brewOptions],
44-
[
45-
"protected-branch",
46-
{
47-
releaseTemporaryBranchPrefix: "protected-release-",
48-
requiredStatusChecks: ["WIP", "build", "test", "lint"],
49-
},
50-
],
5151
],
5252
labels: [
5353
{

0 commit comments

Comments
 (0)