Skip to content

Commit

Permalink
ci(release): set make_latest for gh releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ckohen committed Aug 28, 2024
1 parent 40eeded commit c9686b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/actions/src/releasePackages/releasePackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async function gitTagAndRelease(release: ReleaseEntry, dry: boolean) {
name: tagName,
body: release.changelog ?? '',
generate_release_notes: release.changelog === undefined,
make_latest: release.name === 'discord.js' ? 'true' : 'false',
});
} catch (error) {
warning(`Failed to create github release: ${error}`);
Expand Down

0 comments on commit c9686b4

Please sign in to comment.