Skip to content

Commit

Permalink
feat: publish kubo v0.28.0-rc1 (#1077)
Browse files Browse the repository at this point in the history
* chore: add Kubo release
* chore: fix typos

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
hacdias and lidel committed Apr 10, 2024
1 parent 8c700ab commit 80b389e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dists/go-ipfs/versions
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ v0.26.0
v0.27.0-rc1
v0.27.0-rc2
v0.27.0
v0.28.0-rc1
1 change: 1 addition & 0 deletions dists/kubo/versions
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ v0.26.0
v0.27.0-rc1
v0.27.0-rc2
v0.27.0
v0.28.0-rc1

0 comments on commit 80b389e

Please sign in to comment.