Skip to content

Commit 05f3fa8

Browse files
authored
update readme with changes to default branch being master now (#1265)
1 parent 88056ac commit 05f3fa8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
[![Join the chat at https://gitter.im/PowerShell/PSScriptAnalyzer](https://badges.gitter.im/PowerShell/PSScriptAnalyzer.svg)](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2-
3-
|Master | Development |
4-
|:------:|:------:|
5-
|[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/master)|[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/development?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/development) |
1+
[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/master) [![Join the chat at https://gitter.im/PowerShell/PSScriptAnalyzer](https://badges.gitter.im/PowerShell/PSScriptAnalyzer.svg)](https://gitter.im/PowerShell/PSScriptAnalyzer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
62

73
Table of Contents
84
=================
@@ -107,7 +103,7 @@ Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the c
107103

108104
* [.NET Core 2.2.104 SDK](https://www.microsoft.com/net/download/dotnet-core/2.2#sdk-2.2.104) or newer patch release
109105
* [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/)
111107

112108
#### Steps
113109
* Obtain the source
@@ -455,8 +451,6 @@ Creating a Release
455451
```
456452

457453
- 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).
460454
- Draft a new release on github and tag `master` with the new version number.
461455

462456
[Back to ToC](#table-of-contents)

0 commit comments

Comments
 (0)