Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package:
name: mc
# minio uses strange versioning, the upstream version is RELEASE.2023-03-23T20-03-04Z
# when bumping this, also bump the tag in git-checkout below
version: 0.20230323.200304
epoch: 3
version: 0.20230628.215417
epoch: 0
description: Multi-Cloud Object Storage
copyright:
- license: AGPL-3.0
Expand All @@ -21,8 +21,8 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/minio/mc
tag: RELEASE.2023-03-23T20-03-04Z
expected-commit: 81453d7c8fcc7621f976cfd8e8a72e78f4d243c7
tag: RELEASE.2023-06-28T21-54-17Z
expected-commit: eebdcdf36501cec35c893d7e8ab7a7473ff6860a

- runs: |
make build
Expand Down