Skip to content

Commit

Permalink
doc: add steps to CONTRIBUTING.md for upgrading libsqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 22, 2023
1 parent 4534359 commit d18e05f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ As a prerequisite please make sure you have `docker` correctly installed, so tha
Run `bin/build-gems` which will package gems for all supported platforms, and run some basic sanity tests on those packages using `bin/test-gem-set` and `bin/test-gem-file-contents`.


## Updating the version of libsqlite3

Update `/dependencies.yml` to reflect:

- the version of libsqlite3
- the URL from which to download
- the checksum of the file, which will need to be verified manually (see comments in that file)


## Making a release

A quick checklist:
Expand Down

0 comments on commit d18e05f

Please sign in to comment.