We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db3ebfe + a0ec9e8 commit 8d348e6Copy full SHA for 8d348e6
script/generate-release-notes.ts
@@ -4,10 +4,10 @@ import * as fs from 'fs'
4
import { Octokit } from '@octokit/rest'
5
6
export default class GenerateReleaseNotes {
7
- // Eight targeted OS/arch combinations
+ // Nine targeted OS/arch combinations
8
// two files for each targeted OS/arch
9
// two checksum files for the previous
10
- private SUCCESSFUL_RELEASE_FILE_COUNT = 8 * 2 * 2
+ private SUCCESSFUL_RELEASE_FILE_COUNT = 9 * 2 * 2
11
private args = process.argv.slice(2)
12
private expectedArgs = [
13
{
0 commit comments