Skip to content
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

Link PR and author by commits #12

Closed
medikoo opened this issue Sep 8, 2021 · 3 comments
Closed

Link PR and author by commits #12

medikoo opened this issue Sep 8, 2021 · 3 comments
Assignees
Labels
feature/request New feature or request wontfix This will not be worked on

Comments

@medikoo
Copy link

medikoo commented Sep 8, 2021

Describe the solution you'd like

I'd love to automate generation of Changelog that's presented on serverless project, which:

  • By each commit links PR with which it was introduced
  • By each commit presents author name and links it to author's GitHub profile
  • Allow to group changes by scope

Is that possible with git-cliff?

@medikoo medikoo added the feature/request New feature or request label Sep 8, 2021
@orhun
Copy link
Owner

orhun commented Sep 8, 2021

Is that possible with git-cliff?

Not really. git-cliff only uses git history and it is unaware of which hosting platform (GitHub, GitLab etc.) you are using. It is designed this way.

  • By each commit links PR with which it was introduced

  • By each commit presents author name and links it to author's GitHub profile

These are not possible due to the reason I mentioned earlier. However, the committer and author information can be added to the context in the future.

  • Allow to group changes by scope

This can be done by using the scope field in the template. See the scoped example.

Also, I suggest checking out the similar projects, there you might find a tool to meet your requirements.

@medikoo
Copy link
Author

medikoo commented Sep 8, 2021

Thanks @orhun for clarifications.

Feel free to close the issue if it's wontfix.

@orhun orhun added the wontfix This will not be worked on label Sep 8, 2021
@orhun orhun closed this as completed Sep 8, 2021
@orhun
Copy link
Owner

orhun commented Dec 26, 2023

You can now achieve this with the GitHub integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/request New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants