chore(release): bump version to 1.6.4#150
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🔍 SCANOSS Code Similarity Detected📄 1 snippet matches found 🔗 View detailed findings on commit f7cf419 Files with similarities:
💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
📝 WalkthroughWalkthroughVersion bumped from ChangesRelease 1.6.4
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 SCANOSS Code Similarity Detected📄 1 snippet matches found 🔗 View detailed findings on commit e81f56f Files with similarities:
💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 10-14: The version 1.6.4 entry is missing its corresponding
reference link at the end of the CHANGELOG.md file. Add a reference link for
version 1.6.4 at the bottom of the file following the same format and pattern
used for all other version entries from 0.1.0 through 1.6.3. Ensure the link
maintains consistency with the Keep a Changelog structure and includes the
proper repository URL and version tag reference.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: fecdffc5-1e4b-4e4b-9ce0-d73fa284d76e
⛔ Files ignored due to path filters (1)
dist/index.jsis excluded by!**/dist/**
📒 Files selected for processing (2)
CHANGELOG.mdpackage.json
| ## [1.6.4] - 2026-06-18 | ||
| ### Fixed | ||
| - Corrected copyleft documentation in `README.md`: copyleft is determined by `scanoss.py` (`scanoss-py inspect copyleft`) using the OSADL checklist, including `-or-later` licenses, rather than the internal `license.utils.ts` list | ||
| ### Removed | ||
| - Removed the unused default copyleft license list and its include/exclude/explicit parsing from `license.utils.ts` (dead code) |
There was a problem hiding this comment.
Add missing changelog reference link for version 1.6.4.
The new 1.6.4 entry is well-formatted and content is accurate, but it is missing the corresponding reference link at the bottom of the file. All other version entries (0.1.0 through 1.6.3) have reference links; this maintains the Keep a Changelog structure and ensures the release link is available.
🔗 Proposed addition to the end of CHANGELOG.md
[1.6.3]: https://github.com/scanoss/gha-code-scan/compare/v1.6.2...v1.6.3
+[1.6.4]: https://github.com/scanoss/gha-code-scan/compare/v1.6.3...v1.6.4🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` around lines 10 - 14, The version 1.6.4 entry is missing its
corresponding reference link at the end of the CHANGELOG.md file. Add a
reference link for version 1.6.4 at the bottom of the file following the same
format and pattern used for all other version entries from 0.1.0 through 1.6.3.
Ensure the link maintains consistency with the Keep a Changelog structure and
includes the proper repository URL and version tag reference.
Patch bump to 1.6.4 to release the copyleft docs fix (SP-4467, #149).
package.json1.6.3 → 1.6.4dist/(check-dist gate)After merge: run Repo Version Tagging (run_for_real=true) → publish release for
v1.6.4→ run Update Main Version (targetv1.6.4, majorv1).🤖 Generated with Claude Code
Summary by CodeRabbit
Bug Fixes
Removed