releaser-pleaser/internal
Julian Tölle 175d6d0633
feat: real user as commit author (#187)
Previously all commits were authored and committed by

    releaser-pleaser <>

This looked weird when looking at the commit. We now check with the
Forge API for details on the currently authenticated user, and use that
name and email as the commit author. The commit committer stays the same
for now.

In GitHub, the default `$GITHUB_TOKEN` does not allow access to the
required endpoint, so for github the user `github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>` is hardcoded
when the request fails.
2025-06-09 08:06:56 +00:00
..
changelog feat(changelog): omit version heading in forge release notes 2024-09-22 14:00:30 +02:00
commitparser fix: use commits with slightly invalid messages in release notes (#105) 2024-11-15 17:25:15 +01:00
forge feat: real user as commit author (#187) 2025-06-09 08:06:56 +00:00
git feat: real user as commit author (#187) 2025-06-09 08:06:56 +00:00
markdown feat: edit commit message after merging through PR (#43) 2024-09-06 23:17:06 +02:00
pointer refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
releasepr chore: update golangci-lint to v2 and fix breakage (#184) 2025-06-07 16:39:18 +00:00
updater refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
versioning feat(github): mark pre-releases correctly (#110) 2024-11-15 18:49:50 +01:00