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
changelog only fetches the project name (for querying npm) from the local package.json. The github url is then obtained from the data provided by the npm registry.
If you want package.json to also provide/take-priority-over-npm-registry re github url, see fork commit SHA-1: 67f8877 + SHA-1: 1fdb12a
I have this in
package.json
:And yet when I run
changelog
in the project dir, I get:If I type out the full URL, it works fine:
The text was updated successfully, but these errors were encountered: