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

[Question] : How to add new changelog to changelog.md file without generating the whole commits again ? #76

Open
Groot-2001 opened this issue Aug 1, 2024 · 0 comments

Comments

@Groot-2001
Copy link

  • Whenever we add new changelog ,it generates whole commit message again in the CHANGELOG.md file. It leads to duplication of data for example.

  • lets say I have some commits,

commit one
commit two
  • if I add new Changelog which consists of two new commits
commit three
commit four
  • If I now generate file again. What the file consists is,
commit one 
commit two

commit one 
commit two 
commit three
commit four 

How can we add new changelog message without generating the existing whole commit message again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant