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

Add support for a footer which makes VB use the body of the commit in changelog #156

Open
nazrhom opened this issue Sep 26, 2019 · 4 comments

Comments

@nazrhom
Copy link
Contributor

nazrhom commented Sep 26, 2019

It would be nice to have a special footer which tells versionist to create a changelog entry that uses the body of the commit rather than the subject. It could still show the subject expandable to the whole body

@nazrhom
Copy link
Contributor Author

nazrhom commented Sep 26, 2019

This is a bit awkward to implement as it would have to build into the template with conditionals (can't even switch templates based on the presence of the flag as this is a commit-specific setting)

@pdcastro
Copy link
Contributor

to create a changelog entry that uses the body of the commit rather than the subject

Maybe it is what was meant anyway, but I imagine that the subject line would always be included, whether or not it "expands" to the body of the commit.

@pdcastro
Copy link
Contributor

Maybe not for versionist, perhaps resinci-deploy: the product call also decided that it would be nice to have the extended descriptions (commit body paragraphs) added to release descriptions in the GitHub releases page.

@lurch
Copy link
Contributor

lurch commented Sep 27, 2019

it would have to build into the template with conditionals

Does https://github.com/helpers/handlebars-helpers#comparison allow you to do that?

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