github nyldn/claude-octopus v7.19.3
v7.19.3 - Auto-Create GitHub Releases & Pre-Push Hook Fix

latest releases: v9.15.2, v9.15.1, v9.15.0...
one month ago

✨ Features

Auto-Create GitHub Releases

Enhanced validate-release.sh to automatically create GitHub releases:

  • Auto-creation: Releases are now created automatically when tags are pushed to remote
  • CHANGELOG integration: Extracts release notes directly from CHANGELOG.md entries
  • Latest marking: New releases are automatically marked as "latest"
  • Pre-push hook fix: Added --no-verify to git push commands to prevent infinite loop
    • Issue: validate-release.sh → git push → pre-push hook → validate-release.sh (infinite recursion)
    • Fix: Use --no-verify flag to bypass hook when auto-pushing tags

Backfilled Missing Releases:

  • Created v7.19.0 GitHub release
  • Created v7.19.1 GitHub release
  • Created v7.19.2 GitHub release

All future releases will be automatically created when version tags are pushed.

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.