improve GitHub release workflow [skip ci] #400
code-review@v1
code-review@v1: add code-review comment:
✨ PR Review
The PR updates workflow files to bump version numbers and improve release note generation with conditional logic. The changes appear functionally sound but contain hardcoded version numbers that will require manual maintenance.
1 issues detected:
🧹 Maintainability - Hardcoded version numbers create maintenance burden
Details: The default version number is hardcoded in the workflow input, requiring manual updates for each version bump. This creates maintenance overhead and potential for inconsistencies.
File:.github/workflows/bump-gitstream-core.yml (11-11)
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using. We'd love your feedback! 🚀
💡 Code Suggestions
.github/workflows/bump-gitstream-core.yml:11 🧹 Maintainability - Hardcoded Version: Consider making the version dynamic by fetching it from package.json or using a more maintainable approach like environment variables or automated version detection.
default: ""