1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Add link to release page when creating desktop release

This commit is contained in:
Laurent Cozic 2020-06-06 16:04:47 +01:00
parent 9c5ab41b05
commit faf5eac806

View File

@ -28,6 +28,7 @@ async function main() {
const release = await githubRelease('joplin', tagName, releaseOptions);
console.info(`Created GitHub release: ${release.html_url}`);
console.info('GitHub release page: https://github.com/laurent22/joplin/releases');
}
main().catch((error) => {