-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GitHub username? #132
Comments
Hello! Unfortunately I won't be adding specific GitHub-related features to
I suggest you update your committer details accordingly to your GitHub account: git config --global user.name "John Doe"
git config --global user.email "[email protected]"
Yes, that's why it will complicate things further. Thank you for the suggestion! 🐻 |
Thanks @orhun ; that makes sense — both the additional complication and the GH specificity. FWIW if you can think of another way of achieving something like this; e.g. a config file with a lookup from email to handle which the changelog generation could then use, that would be quite nice. If I do a quick survey of changelogs, almost all use GH handles. And while I'm no fan of hegemony, GH do have one in open-source projects... Thanks again for the excellent tool! |
I'd love to see this! Something where it looks up the username from emails would be amazing. |
This will enable things like replacing usernames with github usernames orhun#132
This will enable things like replacing usernames with github usernames orhun#132
This will enable things like replacing usernames with github usernames orhun#132
BREAKING: `CommitPreprocessor` is renamed as `TextProcessor` * feat: add postprocessors to changelog This will enable things like replacing usernames with github usernames #132 * review comments * refactor(clippy): apply clippy suggestions * refactor(postprocessors): polish the implementation * docs(postprocessors): update documentation about GitHub usernames * style(format): update formatting --------- Co-authored-by: Orhun Parmaksız <[email protected]>
I doubled down on this and created a PR for GitHub integration: #363 |
You can now achieve this with the GitHub integration. |
Is your feature request related to a problem? Please describe.
This might be asking too much, but currently the changes in #100 use the author in the git commit, which is frequently an unfriendly
noreply
email; e.g.:Describe the solution you'd like
We'd want the GitHub usernames — I imagine this would be highly preferable for most projects...
Describe alternatives you've considered
Ironically the unfriendly
[email protected]
could be parsed into @max-sixty. But where they're not masked, possibly it would be necessary to query GitHub for them?Ref PRQL/prql#736
The text was updated successfully, but these errors were encountered: