Skip to content

Commit

Permalink
doc: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 4, 2024
1 parent ea828a7 commit 2008223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ $ git commit -m"Bump version to 0.6.0"
$ git tag 0.6.0
$ git push origin 0.6.0
$ for pkg in pkg/ruby_wasm-*; do gem push $pkg; done
$ (cd packages/gems/js/ && gem build && gem push js-*.gem)
$ gem build && gem push ruby_wasm-*.gem && rm ruby_wasm-*.gem
$ (cd packages/gems/js/ && gem build && gem push js-*.gem && rm js-*.gem)
```

## Release Channels
Expand Down

0 comments on commit 2008223

Please sign in to comment.