Skip to content

Commit

Permalink
add peer dep, update README (#41)
Browse files Browse the repository at this point in the history
* adding peer dep for commander

Signed-off-by: Benji Visser <[email protected]>

* update benchmark

Signed-off-by: Benji Visser <[email protected]>

* update cli

Signed-off-by: Benji Visser <[email protected]>

* bump

Signed-off-by: Benji Visser <[email protected]>

---------

Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks authored Apr 28, 2024
1 parent 3adb7fd commit 738f269
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ We only support `gpt-4-turbo-preview` at this time.
## ⏱️ Benchmark

```
bumpgen + GPT-4 Turbo ██████████░░░░░░░░░░░ 44.2%
bumpgen + GPT-4 Turbo ██████████░░░░░░░░░░░ 45% (67 tasks)
```

We benchmarked `bumpgen` with GPT-4 Turbo against a [suite](https://github.com/xeol-io/swe-bump-bench) of version bumps with breaking changes.
We benchmarked `bumpgen` with GPT-4 Turbo against a [suite](https://github.com/xeol-io/swe-bump-bench) of version bumps with breaking changes. You can check out the evals [here](https://github.com/xeol-io/swe-bump-bench/tree/main/evals/bumpgen/v_8df9f7de936707815eb12e226517a1b0023383eb).

## 🎁 Contributing

Expand Down
7 changes: 5 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "bumpgen",
"version": "0.0.3",
"version": "0.1.0",
"scripts": {
"build": "tsup src/index.tsx --format esm",
"dev": "tsup src/index.tsx --format esm --watch",
"start": "node ./dist/index.mjs"
},
"module": "dist/index.mjs",
"bin": {
"bumpgen-cli": "dist/index.mjs"
"bumpgen": "dist/index.mjs"
},
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
Expand Down Expand Up @@ -50,6 +50,9 @@
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"commander": "~12.0.0"
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 738f269

Please sign in to comment.