We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7210c commit 3a1f1dbCopy full SHA for 3a1f1db
ReleaseProcedure.md
@@ -0,0 +1,19 @@
1
+## How to release
2
+
3
+### Ensure tokens are current
4
5
+Ensure that GitHub and NuGet tokens are not expired. If they are update `GITHUB_TOKEN` and `NUGET_API_KEY` environment variables in AppVeyor.
6
7
+### Prepare milestone
8
9
+1. Create milestone
10
+2. Assign issues to the milestone
11
+3. Label issues
12
+4. Create release notes
13
+ ```ps
14
+ .\build.ps1 --target Release-Notes
15
+ ```
16
17
+### Tag a release
18
19
+1. Tag the version and push tag to the upstream
0 commit comments