Skip to content

Commit e8ee5b8

Browse files
committed
fix comment
1 parent 9ef98a4 commit e8ee5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generate-changelog.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export async function generateChangelog(
3636

3737
const releases = await getReleases(graphqlWithAuth)
3838

39-
// Find the most recent release prior to this one, ignoring any releases that were the same version from a
40-
// prior cherrypick (e.g. v0.2022.01.01.stable_00 is still part of the same release as v0.2022.01.01.stable_01).
39+
// Find the most recent release prior to this one, ignoring any releases that were from the same version from a
40+
// prior cherrypick (e.g. v0.2022.01.01.stable_00 is still part of the same release as v0.2022.01.01.stable_01).
4141
let lastReleaseVersion
4242
for (const release of releases) {
4343
// Only consider releases of the same type as the current channel.

0 commit comments

Comments
 (0)