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

feature request: short log generation #8

Open
stevenh opened this issue Jun 28, 2021 · 3 comments
Open

feature request: short log generation #8

stevenh opened this issue Jun 28, 2021 · 3 comments

Comments

@stevenh
Copy link

stevenh commented Jun 28, 2021

Would be nice if the tool could produce a brief / short change log without the full commit details just the header e.g.

## v0.2.0 (2021-06-28)

### Bug Fixes

* **myscope1**: 
  * <description1> (#6) ([XXXX](.))
  * <description2> (#5) ([YYYY](.))

### New Features

* **myscope2**:<description3> ([ZZZZ](.))
* **myscope3**:<description4> ([AAAA](.))
@zbindenren
Copy link
Owner

Do I understand you correctly, you want a different format for bug fixes and features? Or do you just want an option, that does not add the commit message body?

@stevenh
Copy link
Author

stevenh commented Jun 30, 2021

Just that it doesn't include the commit message.

The difference Bug Fixes and New Features example was just some grouping which would be nice if that's not already done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@stevenh @zbindenren and others