You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently release-it uses auto-changelog to generate issue list from previous release.
This means if the previous release was a preview, then the next prod release carries notes from changes since the PREVIEW.
Notes should actually be from the last release at the same level, i.e. notes on release 3.0.0 should carry all commits since 2.0.0. ⬅️ IS THAT ACTUALLY A GOOD IDEA??
Also, the system should maintain a CHANGELOG.md file with a cumulative log of all changes, AND there should be some way of, uh, breaking out 🤓 breaking changes.
The text was updated successfully, but these errors were encountered:
Re Notes should actually be from the last release at the same level, that would make auto-changelog the wrong tool here because those notes are generated BEFORE the user chooses the release level.
Currently
release-it
usesauto-changelog
to generate issue list from previous release.This means if the previous release was a preview, then the next prod release carries notes from changes since the PREVIEW.
Notes should actually be from the last release at the same level, i.e. notes on release 3.0.0 should carry all commits since 2.0.0. ⬅️ IS THAT ACTUALLY A GOOD IDEA??
Also, the system should maintain a CHANGELOG.md file with a cumulative log of all changes, AND there should be some way of, uh, breaking out 🤓 breaking changes.
The text was updated successfully, but these errors were encountered: