Commit 539f55c
committed
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.1 parent 6e0ed37 commit 539f55c
1 file changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
35 | 59 | | |
36 | 60 | | |
37 | 61 | | |
| |||
0 commit comments