Skip to content

Commit 521f663

Browse files
committed
fix merge errors from c2135f1
1 parent 9991f21 commit 521f663

10 files changed

+217
-2090
lines changed

lib/semantic-release-octokit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* istanbul ignore file */
1+
/* c8 ignore start */
22

33
// If maintaining @octokit/core and the separate plugins gets to cumbersome
44
// then the `octokit` package can be used which has all these plugins included.
@@ -9,8 +9,8 @@ import { paginateRest } from "@octokit/plugin-paginate-rest";
99
import { retry } from "@octokit/plugin-retry";
1010
import { throttling } from "@octokit/plugin-throttling";
1111

12-
import { RETRY_CONF } from "./definitions/retry";
13-
import { THROTTLE_CONF } from "./definitions/throttle";
12+
import { RETRY_CONF } from "./definitions/retry.js";
13+
import { THROTTLE_CONF } from "./definitions/throttle.js";
1414

1515
const onRetry = (retryAfter, options, octokit, retryCount) => {
1616
octokit.log.warn(

0 commit comments

Comments
 (0)