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

Bug(?) No summary output #261

Open
Farnsi opened this issue Apr 27, 2023 · 1 comment
Open

Bug(?) No summary output #261

Farnsi opened this issue Apr 27, 2023 · 1 comment

Comments

@Farnsi
Copy link

Farnsi commented Apr 27, 2023

Could somebody give me an example how a commit must look like, so that the summary is visible?
I set the option releaseSummary to true.
I added commit-message and tag-messages with/without beginning \n, with/without spaces, nothing change.

Version: 2.4.0

@webketje
Copy link
Contributor

webketje commented Dec 6, 2023

@Farnsi The CLI docs say:

--release-summary     use tagged commit message body as release summary

The signature for the git commit command is:

git commit -m "<subject>" -m "<body>"

If you don't specify a second -m logically the body will be empty.
Could it be that this is your issue?

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

2 participants