diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 33486910..b17d5088 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -56,7 +56,7 @@ body: - ChatGPT Web Interface - OpenAI ChatGPT API - Google Gemini API - - Anthropic API + - Claude API - Ollama API - OpenAI Compatible API - type: markdown diff --git a/.github/workflows/prerelease_comment_issue.yml b/.github/workflows/prerelease_comment_issue.yml index c61d4fda..d82226b3 100644 --- a/.github/workflows/prerelease_comment_issue.yml +++ b/.github/workflows/prerelease_comment_issue.yml @@ -3,8 +3,6 @@ name: pre-release comment issues on: release: types: [published, edited] - # opzionale: test manuale - workflow_dispatch: {} permissions: contents: read @@ -50,8 +48,7 @@ jobs: const milestoneTitle = parsed.milestoneTitle; // es. "3.7.0" const prereleaseTagDisplay = tagName.startsWith("v") ? tagName : `v${tagName}`; - const commentBody = `This feature could be tested in pre-release ${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}`); // Find milestone (open or closed) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40cd6ab..f202f26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ +

Version 3.7.0 - ??/??/2025

+

Version 3.6.1 - 23/08/2025