semantic-release / release-notes-generator

:clipboard: semantic-release plugin to generate changelog content with conventional-changelog
MIT License
306 stars 47 forks source link

fix(deps): update dependency conventional-changlog-writer to v7 #529

Closed travi closed 12 months ago

travi commented 1 year ago

integration test "Exclude commits if they have a matching revert commits" fails because it appears the handling of revert commits no longer works the same as the previous major version.

there are additional failures from unit tests because i have not yet solved the comparison of the transform function in the beta branch that this pr is branched from. those can be ignored for the purpose that this pr is targeting.

travi commented 12 months ago

got the integration test passing by reversing the list of commits to match the conventional-changelog expectations based on https://github.com/conventional-changelog/conventional-changelog/issues/1121#issuecomment-1709206347. however, assuming the previous order actually aligned with how core provides the list, this will need to be coordinated with reversing that list somewhere

travi commented 12 months ago

merging since the remaining failing tests are related to the writerOpts, not the writer package

github-actions[bot] commented 12 months ago

:tada: This PR is included in version 12.0.0-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 12.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: