You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update changelog script import path in release workflow
refactor: remove redundant release content structure validation from tests
chore: update biome configuration to include all scripts
chore: add new changelog script and remove deprecated action.yml
test: add parse-modules-test script for local testing of parseTerraformModules function
feat: implement changelog generation with GitHub API integration
delete: remove unused development script for parsing modules
constMODEL='openai/gpt-4.1';// gpt-5 has max request size of 4000 tokens on free
66
66
constPROMPT=`
67
67
You're the head of developer relations at a SaaS company. Write a concise, professional, and engaging changelog that prioritizes user-impacting changes and tells a story about the release.
68
68
@@ -552,9 +552,9 @@ async function main() {
552
552
constversion=process.argv[2];
553
553
554
554
if(!version){
555
-
console.error('❌ Error: Version argument is required');
0 commit comments