Skip to content

Commit f0fc327

Browse files
committed
fix: remove GHES 3.7 from build config
1 parent f3f7472 commit f0fc327

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@
8181
"pkgRoot": "packages/openapi-webhooks-types-ghes-3.10"
8282
}
8383
],
84-
[
85-
"@semantic-release/npm",
86-
{
87-
"pkgRoot": "packages/openapi-webhooks-types-ghes-3.7"
88-
}
89-
],
9084
[
9185
"@semantic-release/npm",
9286
{

scripts/overrides/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { readFileSync } from "fs";
22
import { resolve, join, dirname } from "path";
33
import { fileURLToPath } from "url";
44

5-
const SUPPORTED_GHES_OPERATIONS = ["3.6", "3.7", "3.8", "3.9", "3.10"];
5+
const SUPPORTED_GHES_OPERATIONS = ["3.8", "3.9", "3.10"];
66
const __dirname = dirname(fileURLToPath(import.meta.url));
77

88
function isDeferenced(filename) {

0 commit comments

Comments
 (0)