-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add [file] parameter to --package flag. #293
Comments
I have a monorepo setup like
The root What am I missing? |
In your command, you'd run |
Hmm, so I tried adding this to the root
And running |
hmm, i wonder if there's some npm env vars being looked at. what if you had a script in src/package.json that runs auto-changelog, and you |
Thanks, I ended up taking this advice roughly. Unfortunately that means the |
As shown here, the
-p
/--package
flag can take a file path.The README usage docs should be updated to show this.
Maybe related to #291, which describes missing docs in the usage section of https://github.com/cookpete/auto-changelog/blob/master/README.md
The text was updated successfully, but these errors were encountered: