You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current default branch on the repository is development which can cause confusion due to the documentation being contained in the README for that branch.
Since the GitHub UI doesn't expose this very well, can we get a notice at the top of the README that this is the documentation for vNext with a link to the master branch?
I only noticed this when I was trying to find out why the commands (i.e. -fix) where missing from the install of version 1.16.1 of the module.
The text was updated successfully, but these errors were encountered:
@GABeech This is a known issue and when I looked into, it was not possible to configure GitHub to display master by default.
Also, we were expecting a release soon and therefore did not want to make it too complex. The release is imminent, which will resolve this problem soon. Should we change the parameters again, then we will display the syntax of the release and latest development version.
Going forward it would probably be better to have some of the readme also integrated into the PowerShell help so that GitHub does not provide more help than what we ship.
I am sorry for the inconvenience though.
The default branch is now master for a simplified workflow and to be consistent with other PS repositories.
I submitted a PR to the vs code extension to update the PSSA docs link to go to master, which will likely be in the next update of the extension: PowerShell/vscode-powershell#2037
We will still leave the old branch there for legacy reasons but this means you probably want to update your default branch in your fork to master: https://help.github.com/en/articles/setting-the-default-branch
The current default branch on the repository is
development
which can cause confusion due to the documentation being contained in the README for that branch.Since the GitHub UI doesn't expose this very well, can we get a notice at the top of the README that this is the documentation for vNext with a link to the master branch?
I only noticed this when I was trying to find out why the commands (i.e.
-fix
) where missing from the install of version 1.16.1 of the module.The text was updated successfully, but these errors were encountered: