-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
fix: Correcting create command finished instructions #1503
fix: Correcting create command finished instructions #1503
Conversation
🦋 Changeset detectedLatest commit: a90f0ee The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
bors r+ |
**What kind of change does this PR introduce?** Bugfix **Did you add tests for your changes?** No **Summary** The CLI's `create` command is supposed to output some instructions to users upon completing. However, this is broken on the latest version, and looks to have been broken years ago. Was just hidden while everyone was still using `2.2.1` for their global installs. **Does this PR introduce a breaking change?** No Co-authored-by: Ryan Christian <[email protected]>
bors retry |
Already running a review |
bors try- |
bors r- |
Canceled. |
bors r+ |
**What kind of change does this PR introduce?** Bugfix **Did you add tests for your changes?** No **Summary** The CLI's `create` command is supposed to output some instructions to users upon completing. However, this is broken on the latest version, and looks to have been broken years ago. Was just hidden while everyone was still using `2.2.1` for their global installs. **Does this PR introduce a breaking change?** No Co-authored-by: Ryan Christian <[email protected]>
bors r- |
Canceled. |
bors r+ |
Configuration problem: |
bors r+ |
**What kind of change does this PR introduce?** Bugfix **Did you add tests for your changes?** No **Summary** The CLI's `create` command is supposed to output some instructions to users upon completing. However, this is broken on the latest version, and looks to have been broken years ago. Was just hidden while everyone was still using `2.2.1` for their global installs. **Does this PR introduce a breaking change?** No Co-authored-by: Ryan Christian <[email protected]>
What kind of change does this PR introduce?
Bugfix
Did you add tests for your changes?
No
Summary
The CLI's
create
command is supposed to output some instructions to users upon completing. However, this is broken on the latest version, and looks to have been broken years ago. Was just hidden while everyone was still using2.2.1
for their global installs.Does this PR introduce a breaking change?
No