Skip to content

Commit

Permalink
Merge pull request ruby#315 from yui-knk/readme
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
yui-knk authored Dec 25, 2023
2 parents 5109616 + 517323e commit cb4332d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ $ bundle exec rbs collection install
$ bundle exec steep check
```

Running both of them:

```shell
$ bundle install
$ bundle exec rake
```

### Profiling Lrama

#### 1. Create parse.tmp.y in ruby/ruby
Expand Down Expand Up @@ -140,7 +147,7 @@ $ stackprof --d3-flamegraph tmp/stackprof-cpu-myapp.dump > tmp/flamegraph.html

## Release flow

1. Update `Lrama::VERSION`
1. Update `Lrama::VERSION` and NEWS.md
2. Release as a gem by `rake release`
3. Update Lrama in ruby/ruby by `cp -r LEGAL.md NEWS.md MIT exe lib template ruby/tool/lrama`
4. Create new release on [GitHub](https://github.com/ruby/lrama/releases)
Expand Down

0 comments on commit cb4332d

Please sign in to comment.