Skip to content

Commit

Permalink
move plugin earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 4, 2023
1 parent 16e352c commit 1006e5f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions auto.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ const brewOptions: IBrewPluginOptions = {
export default function rc(): AutoRc {
return {
plugins: [
[
"protected-branch",
{
releaseTemporaryBranchPrefix: "protected-release-",
requiredStatusChecks: ["WIP", "build", "test", "lint"],
},
],
[
"upload-assets",
[
Expand All @@ -41,13 +48,6 @@ export default function rc(): AutoRc {
"./scripts/auto-update-curl-version.js",
["all-contributors", allContributorsOptions],
["brew", brewOptions],
[
"protected-branch",
{
releaseTemporaryBranchPrefix: "protected-release-",
requiredStatusChecks: ["WIP", "build", "test", "lint"],
},
],
],
labels: [
{
Expand Down

0 comments on commit 1006e5f

Please sign in to comment.