-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot pass token to npm script anymore #187
Comments
I'm getting the same. I've locked to v3.1.3. |
We cannot even run in cli |
Fix conventional-changelog#187 Signed-off-by: Sarun Intaralawan <[email protected]>
I'm not sure about previous behavior, but I was able to work around the issue by supplying a
Obviously there is still a bug, though: it shouldn't take a dummy token to print the help documentation. |
Updating https://github.com/conventional-changelog/releaser-tools/blob/master/packages/conventional-github-releaser/src/cli.js#L50 should fix this: - default: process.env.CONVENTIONAL_GITHUB_RELEASER_TOKEN,
+ default: process.env.CONVENTIONAL_GITHUB_RELEASER_TOKEN || '', |
v3.1.5 still error. |
This started to happen with the recent updates. Until now this was working fine:
But I started to get the following error:
The text was updated successfully, but these errors were encountered: