Skip to content

Commit 3328ed0

Browse files
authored
build: fix release configuration (#103)
Removes defunct GHES 3.9 and adds GHES 3.14
1 parent c248614 commit 3328ed0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,13 @@
9595
[
9696
"@semantic-release/npm",
9797
{
98-
"pkgRoot": "packages/openapi-webhooks-types-ghes-3.9"
98+
"pkgRoot": "packages/openapi-webhooks-types-ghes-3.13"
99+
}
100+
],
101+
[
102+
"@semantic-release/npm",
103+
{
104+
"pkgRoot": "packages/openapi-webhooks-types-ghes-3.14"
99105
}
100106
],
101107
[

0 commit comments

Comments
 (0)