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:
parent
9c5ab41b05
commit
faf5eac806
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user