-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
The releaseDraft step appears to be skipped in my setup #542
Comments
// @ChrisEbert |
That seems a bit weird to me, because the 'releaseDraft' setting should always be visible in the task list, whether it is enabled or not. Only changes from #513 could hide the task from the list. Unfortunately I could not reproduce the issue in my tests. 😞 |
If one wanted to exclude this step, how would they do it? |
|
The release draft task will be hidden if the repository is not hosted on GitHub. What’s in your |
ah, that's it of course (its on github but I had somehow neglected to add the repo field in the package file). thanks for helping me get to the bottom of this! |
Good to hear 👍 I think it’s worth adding this to the FAQ or letting |
The releaseDraft step appears to be skipped in my setup
Description
My config is simple. I run the following via yarn:
$ np --tag beta prerelease
and see the following output (this time in preview mode):
Expected behavior
That it does all those steps but also creates a release on Github
Environment
np - 6.2.3
Node.js - v13.6.0
yarn - 1.22.4
Git - 2.24.3
OS - OS X 10.15.4
The text was updated successfully, but these errors were encountered: