init auto release project

This commit is contained in:
Adrien Beaudouin 2024-08-22 20:59:50 +02:00
parent 2f6fe3ff52
commit b3002dab35

View File

@ -32,6 +32,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}`);