We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aee6c3 commit 371230bCopy full SHA for 371230b
README.md
@@ -70,3 +70,13 @@ Elsewhere
70
- Ionide/FSAC support
71
- collect feedback for an eventual `dotnet run app.fs`
72
73
+## HOWTOs
74
+(just for my future self)
75
+
76
+Create a release
77
+- Create the feature / fix on a new branch
78
+- Update `Version` and `PackageReleaseNotes` in `Runfs.fsproj`
79
+- Create PR, wait for CI test, merge it
80
+- Switch to main, `git pull`
81
+- `git tag V.V.V && git push --tags`, where `V.V.V` is the version
82
+- This should create the package and push it to nuget
0 commit comments