Skip to content

Commit a7c9989

Browse files
committed
add instructions in readme
1 parent d81e124 commit a7c9989

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,23 @@ Support for the latest .NET runtime was added in [v0.1.1](https://github.com/fab
2828
I talked a little bit about this project during this stream:
2929

3030
[![vite-plugin-fable stream](http://img.youtube.com/vi/nVpUaVFNpMk/maxresdefault.jpg)](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+
```zsh
44+
npm publish
45+
```
46+
47+
- Push version tags:
48+
```zsh
49+
git push origin <branch> --follow-tags
50+
```

0 commit comments

Comments
 (0)