From 4c65e641ecb4786b51040e774d4f4a0c416212ff Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 9 Apr 2024 10:34:41 +0000 Subject: [PATCH 1/2] chore: add Kubo release --- dists/go-ipfs/versions | 1 + dists/kubo/versions | 1 + 2 files changed, 2 insertions(+) diff --git a/dists/go-ipfs/versions b/dists/go-ipfs/versions index 8e86c45e..b83bbb7b 100644 --- a/dists/go-ipfs/versions +++ b/dists/go-ipfs/versions @@ -107,3 +107,4 @@ v0.26.0 v0.27.0-rc1 v0.27.0-rc2 v0.27.0 +v0.28.0-rc1 diff --git a/dists/kubo/versions b/dists/kubo/versions index 1538f566..faf1b569 100644 --- a/dists/kubo/versions +++ b/dists/kubo/versions @@ -37,3 +37,4 @@ v0.26.0 v0.27.0-rc1 v0.27.0-rc2 v0.27.0 +v0.28.0-rc1 From 5a7e8e471a2e97ebf0e33e2710291c1454ecac93 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 10 Apr 2024 16:58:25 +0200 Subject: [PATCH 2/2] chore: fix typos --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d1ca6d3..2845eb72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ concurrency: # we want only one job running at the time because it is expensive # expecially when building artifact for multiple platforms group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - # IMPORTANT: we want to save resources and cancell old builds on PRs, + # IMPORTANT: we want to save resources and cancel old builds on PRs, # but we can't cancel jobs in master branch because they update DNSLink # which is used as DIST_ROOT of the next job, so if we cancel a master job # we will "forget" about releases added in skipped build. @@ -72,7 +72,7 @@ jobs: # and PRs to avoid triggering throttling / blacklisting when multiple # jobs try to notarize at the same time group: sign-macos - # never cancel ongoing notarization, it could me one for master branch + # never cancel ongoing notarization, it could be one for master branch cancel-in-progress: false steps: - uses: actions/checkout@v4