Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: melos --graduate doesn't generate changelog entries #782

Open
1 task done
VinhNgT opened this issue Oct 26, 2024 · 0 comments
Open
1 task done

fix: melos --graduate doesn't generate changelog entries #782

VinhNgT opened this issue Oct 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@VinhNgT
Copy link

VinhNgT commented Oct 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Version

6.2.0

Description

When the application is in 'pre-release' state, running melos version -g does not include changes made in the CHANGELOG.md.

Steps to reproduce

  1. Enter pre-release state by running melos version -p
  2. Commit some changes
  3. 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:...

@VinhNgT VinhNgT added the bug Something isn't working label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant