mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
guide: Also tag the release commit and push it
This commit is contained in:
@ -49,3 +49,16 @@
|
||||
cd crates/cli && cargo publish && cd -
|
||||
cargo publish --allow-dirty # because of uncommitted, commented out [patch] section
|
||||
```
|
||||
|
||||
* [ ] Push the commit:
|
||||
|
||||
```
|
||||
git push origin master
|
||||
```
|
||||
|
||||
* [ ] Tag the release and push it:
|
||||
|
||||
```
|
||||
git tag 0.X.Z
|
||||
git push origin --tags
|
||||
```
|
||||
|
Reference in New Issue
Block a user