There was an error while loading. Please reload this page.
1 parent d81e124 commit a7c9989Copy full SHA for a7c9989
1 file changed
README.md
@@ -28,3 +28,23 @@ Support for the latest .NET runtime was added in [v0.1.1](https://github.com/fab
28
I talked a little bit about this project during this stream:
29
30
[](https://youtu.be/mnqwwtSQfRU?si=VpDDv3SzHikXL5iu&t=141 "vite-plugin-fable")
31
+
32
33
+## Publishing a new version
34
35
+- Edit `CHANGELOG.md` adding the version and changes
36
37
+- Bump version:
38
+ ```zsh
39
+ npm version patch
40
+ ```
41
42
+- Publish:
43
44
+ npm publish
45
46
47
+- Push version tags:
48
49
+ git push origin <branch> --follow-tags
50
0 commit comments