-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Select uses latest version if none is specified #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a good test we could add for this so it doesn't get broken in the future and we can feel more confident in accepting PRs from other folks?
Can you manually add release notes to "next-release.md" as I haven't completed all the work on that yet? |
Release notes look good @Theodus. Any thoughts on test(s)? |
The select command is currently tested through the automatic select that happens on update, so there isn't an easy way to add a test for this feature. Note for #48 |
@SeanTAllen I don't think the release notes bot worked |
@Theodus yup. im a dumbass. can you...
thanks. |
fixed: f67d4fd |
Closes #85