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
When the application is in 'pre-release' state, running melos version -g does not include changes made in the CHANGELOG.md.
Steps to reproduce
Enter pre-release state by running melos version -p
Commit some changes
Graduate by melos version -g
View CHANGELOG.md, we will not see the commit that we just made, only:
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
Expected behavior
The commit should be included in the CHANGELOG.md when we graduate the application.
Screenshots
Code_oac2rFLkje.mp4
Additional context and comments
Related: #264
Also I have a git hook that automatically adds the package nickname to the commit, that's why in the video when I commit it shows as feat(drv_lcn):... instead of just feat:...
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Version
6.2.0
Description
When the application is in 'pre-release' state, running
melos version -g
does not include changes made in theCHANGELOG.md
.Steps to reproduce
melos version -p
melos version -g
View
CHANGELOG.md
, we will not see the commit that we just made, only:Expected behavior
The commit should be included in the
CHANGELOG.md
when we graduate the application.Screenshots
Code_oac2rFLkje.mp4
Additional context and comments
Related: #264
Also I have a git hook that automatically adds the package nickname to the commit, that's why in the video when I commit it shows as
feat(drv_lcn):...
instead of justfeat:...
The text was updated successfully, but these errors were encountered: