We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed98e9 commit 5c304ebCopy full SHA for 5c304eb
1 file changed
readme.md
@@ -1,3 +1,20 @@
1
# `wtfd` — What This Folder Does?
2
3
Documentation for folders.
4
+
5
+## Development
6
7
+This project uses [Cake.Recipe](https://github.com/cake-contrib/Cake.Recipe) for compilation and deployment.
8
9
+```console
10
+.\build.ps1
11
+```
12
13
+## Deployment
14
15
+1. Merge to master for release (from `release` or `develop` branch)
16
+1. Draft a new release on GitHub
17
+ > **Note**: Don't start tag with `v`, otherwise `GitReleaseManager` will fail.
18
+1. `git tag` and push
19
+1. Let ci server run
20
+1. Publish release on GitHub
0 commit comments