-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Move 6.0.0 rc.2 changes #5639
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
Move 6.0.0 rc.2 changes #5639
Conversation
# Conflicts: # tools/appveyor.psm1 # tools/travis.ps1
Add --quiet to git checkout which should resolve error message displayed in AppVeyor
|
|
||
| - Update the contribution guideline to note that updating the changelog is required. (#5586) | ||
| - Remove Pester as a module include with the PowerShell Packages. | ||
| In the future, you should be able to add it by running `Install-Module Pester`. (#5623, #5631) |
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.
Should we have this as a sub bullet point to make it clear it's part of the previous sentence. I think typically we've had changes on a single line, but would not want long lines either.
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.
Shouldn't Start-PSBootstrap check for Pester and just install it (CurrentUser scope) if it isn't on the user's system?
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.
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.
Shouldn't
Start-PSBootstrapcheck for Pester and just install it (CurrentUser scope) if it isn't on the user's system?
start-psbootstrap is for the development environment, this is referring to the product.

PR Summary
Merge the following PRs to 6.0.0-rc.2:
#5623 Note: merge conflicts had to be resolved because we are specifying release tag in most
start-psbuildstatements in master:#5631