Create v31 to support libgit2 v1.1.x #668

Merged
suhaibmujahid merged 3 commits from v31 into master 2020-10-26 20:09:26 -05:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit ac270c6b7b - Show all commits

View File

@ -7,11 +7,12 @@ on:
jobs:
backport:
name: Backport change to branch ${{ matrix.branch }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
branch: [ 'release-0.28', 'release-0.27' ]
name: Backport change to branch ${{ matrix.branch }}
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
runs-on: ubuntu-20.04

View File

@ -17,7 +17,7 @@ Due to the fact that Go 1.11 module versions have semantic meaning and don't nec
| 0.28 | v28 |
| 0.27 | v27 |
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v1.0 installed, you'd import git2go v31 with:
You can import them in your project with the version's major number as a suffix. For example, if you have libgit2 v1.1 installed, you'd import git2go v31 with:
```sh
go get github.com/libgit2/git2go/v31