Skip to content

Commit

Permalink
chore: release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
pdubroy committed Mar 4, 2023
1 parent 99decb5 commit fdddc68
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ jobs:
with:
release-type: node
package-name: release-please-action
path: packages/ohm-js
bootstrap-sha: 929aa5c6d7677f0ebbfe16d21782697371056bb2
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packages/ohm-js": "17.0.4"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Ohm has two tools to help you debug grammars: a text trace, and a graphical visu

You can [try the visualizer online](https://ohmjs.org/editor).

To see the text trace for a grammar `g`, just use the [`g.trace()`](./doc/api-reference.md#trace)
To see the text trace for a grammar `g`, just use the [`g.trace()`](doc/api-reference.md#trace)
method instead of `g.match`. It takes the same arguments, but instead of returning a MatchResult
object, it returns a Trace object — calling its `toString` method returns a string describing
all of the decisions the parser made when trying to match the input. For example, here is the
Expand Down Expand Up @@ -203,4 +203,4 @@ our [suggestions for publishing grammars](./doc/publishing-grammars.md).
## Contributing to Ohm

Interested in contributing to Ohm? Please read [CONTRIBUTING.md](./CONTRIBUTING.md)
and the [Ohm Contributor Guide](./docs/contributing.md).
and the [Ohm Contributor Guide](doc/contributing.md).
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bootstrap-sha": "929aa5c6d7677f0ebbfe16d21782697371056bb2",
"packages": {
"packages/ohm-js": {
"release-type": "node",
"draft-pull-request": true
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit fdddc68

Please sign in to comment.