terminus-ui icon indicating copy to clipboard operation
terminus-ui copied to clipboard

Chore commits not tied to a release do not get added to the changelog

Open benjamincharity opened this issue 6 years ago • 0 comments
trafficstars

1. What is the expected behavior?

All commits should be added to the changelog.

2. What is the current behavior?

Chore commits seem to not be added if not commited with code that triggers a release.

3. What are the steps to reproduce?

Providing a reproduction is the best way to share your issue.

a) Create a chore commit and push it to master b) Notice no changelog changes are published (which is correct). c) Create another chore commit and then a fix commit. d) Releasing the code, you will see both commits from step 'c' but not the commit from step 'a'.

Example:

These commits:

Screen Shot 2019-07-15 at 7 57 43 AM

Created this changelog (notice missing commits for the toggle chore and log in chore):

Screen Shot 2019-07-15 at 7 57 55 AM

4. Which versions of this library, Angular, TypeScript, & browsers are affected?

  • UI Library: latest

benjamincharity avatar Jul 15 '19 11:07 benjamincharity