```
@types/jest ^27.0.3 → ^27.4.0 @typescript-eslint/parser ^5.8.0 → ^5.9.0 @types/node ^17.0.2 → ^17.0.8 eslint ^8.5.0 → ^8.6.0 eslint-plugin-jest ^25.3.0 → ^25.3.4 jest ^27.4.5 → ^27.4.7 jest-circus ^27.4.5 → ^27.4.6 ```
This commit is contained in:
+2
-2
@@ -462,7 +462,7 @@ class PullRequests {
|
||||
owner,
|
||||
repo,
|
||||
state: 'closed',
|
||||
sort: 'updated',
|
||||
sort: 'merged',
|
||||
per_page: '100',
|
||||
direction: 'desc'
|
||||
});
|
||||
@@ -802,7 +802,7 @@ class ReleaseNotesBuilder {
|
||||
// load octokit instance
|
||||
const octokit = new rest_1.Octokit({
|
||||
auth: `token ${this.token || process.env.GITHUB_TOKEN}`,
|
||||
baseUrl: `${this.baseUrl || "https://api.github.com"}`
|
||||
baseUrl: `${this.baseUrl || 'https://api.github.com'}`
|
||||
});
|
||||
// ensure proper from <-> to tag range
|
||||
core.startGroup(`🔖 Resolve tags`);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user