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 was poking around in a repo of mine that uses various @opentelemetry/* deps. I wanted to see if I had a version of @opentelemetry/instrumentation-tedious that supported tedious@17. However the node_modules/@opentelemetry/instrumentation-tedious install does not include the "CHANGELOG.md" file:
% ls node_modules/@opentelemetry/instrumentation-tedious
LICENSE README.md build package.json
What would others thing about adding these?
It would require adding "CHANGELOG.md" to the "files" entry in package.json for each published package.
The text was updated successfully, but these errors were encountered:
Could we link to the CHANGELOG in the package README? Users would have to navigate to GitHub, but this might be a better flow to encourage because they can also easily see new versions that have come out since then.
Another direction we can take this is that we can publish the individual changelogs to a separate site and link to that so that they are more easily accessible.
I was poking around in a repo of mine that uses various
@opentelemetry/*
deps. I wanted to see if I had a version of@opentelemetry/instrumentation-tedious
that supported tedious@17. However thenode_modules/@opentelemetry/instrumentation-tedious
install does not include the "CHANGELOG.md" file:What would others thing about adding these?
It would require adding "CHANGELOG.md" to the "files" entry in package.json for each published package.
The text was updated successfully, but these errors were encountered: