Skip to content

How to do a Console Release

Cesar N edited this page Sep 15, 2023 · 1 revision

MinIO Console Release Steps:

  • Merge all needed Prs
  • Make release command RELEASE="vX.X.X" make release
  • Build Console with MinIO (steps)
  • Mock run from console (run it locally check happy paths manually) e.g. Create bucket, upload files, create users, etc.
  • Add changes to Changelog file
    • Keep them short with non-engineer details (easy to understand/ high level)
  • Send PR with proper name e.g. "Release v0.39.0"