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
refactor: enhance release fetching to support multiple stable releases
- Renamed `getLatestRelease` to `getReleases` to fetch all stable (non-prerelease, non-draft) releases
- Updated logic to retrieve commits between the latest and previous stable release using a proper git range
- Removed arbitrary -50 limit on commit history, ensuring accurate changelog generation for Discord posts
- Improved error handling and filtering for better reliability in release automation
0 commit comments