added a link to the release page

This commit is contained in:
mic 2025-09-12 22:47:52 +02:00
parent b92145039f
commit a19d5f7073

View file

@ -48,7 +48,7 @@ jobs:
const milestoneTitle = parsed.milestoneTitle; // es. "3.7.0"
const prereleaseTagDisplay = tagName.startsWith("v") ? tagName : `v${tagName}`;
const commentBody = `This feature is available for testing in the pre-release version ${prereleaseTagDisplay}.`;
const commentBody = `This feature is available for testing in the pre-release version [${prereleaseTagDisplay}](https://github.com/micz/ThunderAI/releases).`;
core.info(`(MAIN) Looking for milestone '${milestoneTitle}' in ${owner}/${repo}`);