Do not always include the changelog.* files in a package #226
Closed
mrazauskas
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
definitely, we should match npm's behavior here |
0 replies
|
Fixed in pack.rs — Written with Claude. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thanks for
aube! I gave it a quick try and it looks very promising.Would it be possible to not include changelog files in a package created by
aube publish?npm publishdoes not include changelog for a long time npm/npm-packlist#61.For me, the size of a package matters and the changelog is always a growing file. Also I doubt if somebody dives into
node_modulesto look for changelogs.All reactions