diff --git a/release/index.js b/release/index.js index c0a03da..a963ee4 100644 --- a/release/index.js +++ b/release/index.js @@ -32,6 +32,7 @@ async function run() { tag_name: newVersion, target_commitish, prerelease, + name: `Release ${newVersion}`, }, }); console.log(`🎉 Release ready at ${response.html_url}`);