mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
02b56b7691
* feat: dramatically improve automated changelog generation - Add detailed analysis logging and error handling - Clean up commit messages by removing prefixes (feat:, fix:, etc.) - Group changes by type with proper emoji categories - Include version progression info (v3.25.2 → v3.25.3) - Add installation instructions and Docker commands - Filter out technical/automated commits from user-facing changelog - Provide enhanced fallback using git log if analysis fails - Include release statistics and change counts This replaces the generic 'Automated stable release' message with comprehensive, user-friendly changelogs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: bump version to 3.25.2-rc3 for RC release * fix: improve installer resilience against GitHub API rate limits Add fallback mechanism in check_release_exists() to verify release existence by attempting direct tarball download when GitHub API is rate limited. This prevents installation failures when the API quota is exceeded. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: bump version to 3.25.2-rc4 for RC release --------- Co-authored-by: rcourtman <dev@pulse.local> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: GitHub Action <action@github.com>