Manage your JS/TS changelog conflict free
For now you can run the following commands to test the library:
node --experimental-specifier-resolution=node bin/index.jsnode --experimental-specifier-resolution=node bin/index.js listList all changes in the changelog
node --experimental-specifier-resolution=node bin/index.js addCreate a new temporary changelog entry in a new file using a dialog interface
node --experimental-specifier-resolution=node bin/index.js mergeMerge all temporary changelog entries into the changelog.md file. Use this command after you have finished adding all changes during a release.