Skip to content

Commit

Permalink
chore: prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Aug 24, 2023
1 parent 3d818b2 commit 5d1eced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In the case of a mono repo that would look like
The step using diff-metrics would look like this:

```yaml
uses: autometrics-dev/diff-metrics@v1
uses: autometrics-dev/diff-metrics@v2
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
rs-roots: |
Expand All @@ -138,6 +138,8 @@ with:
project-d
ts-roots: |
project-ts
py-roots: |
project-py
```
###### Language support
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autometrics-dev/diff-metrics",
"version": "2.0.0-dev",
"version": "2.0.0",
"description": "",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 5d1eced

Please sign in to comment.