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
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,4 @@
1
-
[](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/master)[](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
2
7
3
Table of Contents
8
4
=================
@@ -107,7 +103,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
107
103
108
104
*[.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release
109
105
*[PlatyPS 0.13.0 or greater](https://github.com/PowerShell/platyPS/releases)
110
-
* Optionally but recommended for development: [Visual Studio 2017](https://www.visualstudio.com/downloads/)
106
+
* Optionally but recommended for development: [Visual Studio 2017/2019](https://www.visualstudio.com/downloads/)
111
107
112
108
#### Steps
113
109
* Obtain the source
@@ -455,8 +451,6 @@ Creating a Release
455
451
```
456
452
457
453
- Sign the binaries and PowerShell files in the release build and publish the module to [PowerShell Gallery](www.powershellgallery.com).
458
-
- Create a PR on `development` branch, with all the changes made in the previous step.
459
-
- Merge the changes to `development` and then merge `development` to `master` (Note that the `development` to `master` merge should be a `fast-forward` merge).
460
454
- Draft a new release on github and tag `master` with the new version number.
0 commit comments