Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding the BUMP download option.
  • Loading branch information
frankreyesgarcia authored Feb 24, 2024
1 parent a4f15f9 commit 3be7469
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Each breaking-commit is a one-line change in the Maven pom file.
This definition matches common dependency "bumps" as performed by bots such as
Dependabot and Renovate, but also corresponds to an update made by a human developer.

## Download BUMP

Bump builds all breaking updates on Docker images available on [`Zenodo`](https://zenodo.org/records/10041883).
<br>To download the images:
```bash
$ wget https://zenodo.org/records/10041883/files/bump.tar.gz
$ docker load -i bump.tar.gz
```

## Data format
Gathered data can be found as JSON files in the [`data`](/data) folder.
There are 3 sub-folders inside the data folder.
Expand Down

0 comments on commit 3be7469

Please sign in to comment.