Skip to content

Commit

Permalink
MAINTAINERS: add instructions for upgrading libprotobuf/Abseil
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jul 22, 2024
1 parent e1872d8 commit 8eb07c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Maintainer instructions

## Upgrading the vendored copies of libprotobuf and Abseil

Run `bin/update-protobuf $VERSION` .

If you need to upgrade Abseil, you'll need to edit the hardcoded version in
`bin/update-protobuf` directly.

## Cutting new releases

1. `cargo install cargo-release`, if you don't have it already.
Expand Down

0 comments on commit 8eb07c4

Please sign in to comment.