init auto release project

This commit is contained in:
Adrien Beaudouin 2024-08-22 21:00:19 +02:00
parent b3002dab35
commit c2f1f4881a

View File

@ -33277,6 +33277,7 @@ async function run() {
tag_name: newVersion, tag_name: newVersion,
target_commitish, target_commitish,
prerelease, prerelease,
name: `Release ${newVersion}`,
}, },
}); });
console.log(`🎉 Release ready at ${response.html_url}`); console.log(`🎉 Release ready at ${response.html_url}`);