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
fix: enable proper contributor attribution in GitHub releases
Fix JReleaser configuration to show actual commit authors instead of
incorrectly parsed Java annotations as contributors.
Issues fixed:
- Enable contributor extraction from git history (was disabled)
- Escape Java annotations (@reference, @RedisKey, etc.) in changelog
to prevent GitHub from treating them as user mentions
- Filter out bot accounts (GitHub Actions) from contributor list
- Add regex replacer to wrap all @annotations in backticks
This ensures releases show real contributors instead of fake users
like "reference" and "RedisKey" that were being parsed from
annotation mentions in the changelog.
0 commit comments