videojs / generator-videojs-plugin

Yeoman generator for video.js plugins.
Other
80 stars 40 forks source link

fix: prereleases changes should be included in CHANGELOG.md #310

Open brandonocasey opened 3 years ago

brandonocasey commented 3 years ago

Fixes the issue we currently have where we do not include prelease commits in the changelog at all.

This happens via @videojs/update-changelog which is now provided by @videojs/generator-helpers. The update in generator helpers is backwards compatible because update-changelog provides all the packages that generator helpers used to provide.