diff options
| author | lhchavez <[email protected]> | 2020-08-15 17:19:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-15 17:19:53 -0700 |
| commit | 53149517592d613935e6bcbcea18f8ddb6bb546e (patch) | |
| tree | 85874a8e442c509148b81323370e54dbea93a61f /README.md | |
| parent | fc6eaf36388841b16ff004e1d48e887d3f9613dc (diff) | |
Refresh the GitHub Actions CI (#632)
This change:
* Builds the library with Go 1.14, too.
* Builds the non-legacy tests with Ubuntu Focal (20.04).
* Adds testing for system-wide libraries, both static and dynamic
versions.
* Fixes a typo in the README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ The `master` branch follows the tip of libgit2 itself (with some lag) and as suc ### Which branch to send Pull requests to -If there's something version-specific that you'd want to contribute to, you can send them to the `release-${MAJOR}-${MINOR}` branches, which follow libgit2's releases. +If there's something version-specific that you'd want to contribute to, you can send them to the `release-${MAJOR}.${MINOR}` branches, which follow libgit2's releases. Installing ---------- |
