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
I have an NPM package, and I make a new feature. I commit the work to my repo, and the publish to NPM.
I want the changelog, created by git cliff, to be included in the SDK.
But it seems like a chicken and egg kinda situation; I have to make the commits first to create the changelog, but by doing so, that means I have to do another commit to add the changelog.
Whats the correct order of doing things so I'm not adding additional, unneeded commits?
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
Apr 20, 2025
So I'm a bit confused about how this would work.
I have an NPM package, and I make a new feature. I commit the work to my repo, and the publish to NPM.
I want the changelog, created by git cliff, to be included in the SDK.
But it seems like a chicken and egg kinda situation; I have to make the commits first to create the changelog, but by doing so, that means I have to do another commit to add the changelog.
Whats the correct order of doing things so I'm not adding additional, unneeded commits?
The text was updated successfully, but these errors were encountered: