Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading