File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export async function generateChangelog(
36
36
37
37
const releases = await getReleases ( graphqlWithAuth )
38
38
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).
41
41
let lastReleaseVersion
42
42
for ( const release of releases ) {
43
43
// Only consider releases of the same type as the current channel.
You can’t perform that action at this time.
0 commit comments