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

[BUG] Missing CHANGELOG #62

Closed
hyrious opened this issue Jun 11, 2021 · 2 comments
Closed

[BUG] Missing CHANGELOG #62

hyrious opened this issue Jun 11, 2021 · 2 comments

Comments

@hyrious
Copy link

hyrious commented Jun 11, 2021

What / Why

I've written a small library with CHANGELOG.md in its root folder. NPM pack it into the result, you can check that here. But npx npm-packlist does not report it:

> npx npm-packlist
index.js
package.json
index.js.map
README.md
index.ts
LICENSE.txt
@aarongoldenthal
Copy link

Several other files that are always included per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#files are also missing (for example HISTORY, NOTICE).

@akijoey
Copy link

akijoey commented Aug 7, 2021

Do not including CHANGES/CHANGELOG/HISTORY/NOTICE is an intended change introduced by #61.

@hyrious hyrious closed this as completed Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants