Skip to content

Commit

Permalink
the zeroth beta should be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Forster committed Jul 26, 2018
1 parent 96271d1 commit 233e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/changelog/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function getChangelogEntriesSince(previousVersion: string): string[] {
continue
}

if (prop.endsWith('-beta1')) {
if (prop.endsWith('-beta0')) {
// by convention we push the production updates out to beta
// to ensure both channels are up to date
continue
Expand Down

0 comments on commit 233e2ec

Please sign in to comment.