```
@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:
@@ -42,7 +42,7 @@ export class ReleaseNotesBuilder {
|
||||
// load octokit instance
|
||||
const octokit = new 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
|
||||
|
||||
Reference in New Issue
Block a user