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: docs/make-release.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ This project uses Nerdbank.GitVersioning to assist with creating version numbers
4
4
5
5
## Prerequisites
6
6
7
+
-[PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell) 6.0 or higher (see [this question](http://stackoverflow.com/questions/1825585/determine-installed-powershell-version) to check your PowerShell version)
The Release Audit Tool will ensure that all non-generated text files have a license header.
23
+
24
+
```console
25
+
pwsh ./rat.ps1
26
+
```
27
+
28
+
The tool will apply the updates directly to the local working directory. Review and commit the changes to your local Git clone, adding exclusions to `.rat-excludes` and re-running as necessary.
29
+
30
+
- Exclude files that already have license headers
31
+
- Exclude files that are automatically generated
32
+
- Exclude files that don't work properly with license headers included (such as test data)
33
+
18
34
## Versioning Primer
19
35
20
36
This project uses [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) and strictly adheres to the guidelines about bumping the major, minor and build numbers of the version number.
0 commit comments