Skip to content

Commit

Permalink
docs: Update RELEASE.md now that renovate is in use
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Jan 6, 2025
1 parent 031c202 commit a6acc6a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release

## Update breaking depends
Note these in the changelog.
```
$ cargo +nightly -Z unstable-options update --breaking
```
## Update dependencies in `CHANGELOG.md`
This project uses renovate in order to keep our own dependencies up to date, and downstreak "lock" only
dependencies to test what most likely the end user will use.
For this library mostly just note compression library changes.

## Update recursive depends
Some of these could end up in the changelog.
## Update benchmarks
```
$ cargo update --recursive
$ ./bench.bash
```

## Bump Versions
Expand Down

0 comments on commit a6acc6a

Please sign in to comment.