diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4337fb1..152239f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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 diff --git a/README.md b/README.md index 1e47e35..d5b86e4 100644 --- a/README.md +++ b/README.md @@ -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