Skip to content

Commit

Permalink
Update generate-release-notes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Jan 21, 2025
1 parent fd5db32 commit a0ec9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-release-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as fs from 'fs'
import { Octokit } from '@octokit/rest'

export default class GenerateReleaseNotes {
// Eight targeted OS/arch combinations
// Nine targeted OS/arch combinations
// two files for each targeted OS/arch
// two checksum files for the previous
private SUCCESSFUL_RELEASE_FILE_COUNT = 9 * 2 * 2
Expand Down

0 comments on commit a0ec9e8

Please sign in to comment.