Skip to content

Commit 3a1f1db

Browse files
authored
Make notes how to make a release
+semver:patch
1 parent 7f7210c commit 3a1f1db

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ReleaseProcedure.md

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)