We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like
I'd love to automate generation of Changelog that's presented on serverless project, which:
Is that possible with git-cliff?
The text was updated successfully, but these errors were encountered:
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.
git-cliff
By each commit links PR with which it was introduced By each commit presents author name and links it to author's GitHub profile
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.
scope
Also, I suggest checking out the similar projects, there you might find a tool to meet your requirements.
Sorry, something went wrong.
Thanks @orhun for clarifications.
Feel free to close the issue if it's wontfix.
You can now achieve this with the GitHub integration.
orhun
No branches or pull requests
Describe the solution you'd like
I'd love to automate generation of Changelog that's presented on serverless project, which:
Is that possible with git-cliff?
The text was updated successfully, but these errors were encountered: