Skip to content

Commit 371230b

Browse files
authored
update readme (#6)
1 parent 4aee6c3 commit 371230b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,13 @@ Elsewhere
7070
- Ionide/FSAC support
7171
- collect feedback for an eventual `dotnet run app.fs`
7272

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

Comments
 (0)