Skip to content

Commit 8be366a

Browse files
Add gem pushbling steps
1 parent 198047b commit 8be366a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ $ rake 'bump_version[0.6.0]'
109109
$ git commit -m"Bump version to 0.6.0"
110110
$ git tag 0.6.0
111111
$ git push origin 0.6.0
112+
$ for pkg in pkg/ruby_wasm-*; do gem push $pkg; done
113+
$ (cd packages/gems/js/ && gem build && gem push js-*.gem)
112114
```
113115

114116
## Release Channels

0 commit comments

Comments
 (0)