From ff5994d36251d6b8e9924d06ea028b7eb85e4239 Mon Sep 17 00:00:00 2001 From: Martin521 <29605222+Martin521@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:48:52 +0200 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7233f30..c4faa85 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,13 @@ Elsewhere - Ionide/FSAC support - collect feedback for an eventual `dotnet run app.fs` +## HOWTOs +(just for my future self) + +Create a release +- Create the feature / fix on a new branch +- Update `Version` and `PackageReleaseNotes` in `Runfs.fsproj` +- Create PR, wait for CI test, merge it +- Switch to main, `git pull` +- `git tag V.V.V && git push --tags`, where `V.V.V` is the version +- This should create the package and push it to nuget \ No newline at end of file