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

Take in consideration all commits messages in case of a Squash #949

Open
mathias22osterhagen22 opened this issue Nov 10, 2022 · 1 comment

Comments

@mathias22osterhagen22
Copy link

We are using 1 branch = 1 functionality.
On this branch we publish multiples commits using the "conventional commit convention".
To avoid to spam Jira we are squashing all theses commit and putting the ticket number in the merge name.
The issue is that conventional-changelog take only the last commit title (squashed) and not the title + description (containing's all titles from previous commits) into consideration.

Is there an option to do so ?

@romap0
Copy link

romap0 commented May 17, 2023

You can achieve it using semantic-release-unsquash

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

No branches or pull requests

2 participants