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 running npm pack, the changelog.cofig.js file gets included - and it is not possible to exclude it because .npmignorealways includes any file that looks like a changelog. This is somewhat undesirable as it means shipping dev configuration files.
It might be a good idea to support an alternate config file name (.gitcz.js or .changelog.config.js) to avoid colliding with what npm considers to be a changelog.
The text was updated successfully, but these errors were encountered:
When running
npm pack
, the changelog.cofig.js file gets included - and it is not possible to exclude it because.npmignore
always includes any file that looks like a changelog. This is somewhat undesirable as it means shipping dev configuration files.It might be a good idea to support an alternate config file name (
.gitcz.js
or.changelog.config.js
) to avoid colliding with what npm considers to be a changelog.The text was updated successfully, but these errors were encountered: