MindBuzz Releases

Release Please and Docker Hub.

MindBuzz uses conventional PR titles, release-please, GitHub releases, and Docker image publishing.

Release flow

  • PR titles should follow Conventional Commits, such as feat:, fix:, or feat!:.
  • Release Please keeps the next release PR and changelog up to date.
  • Merging the release PR creates the GitHub release and triggers Docker publishing.

Docker tags

The Docker workflow publishes the full version, the major/minor line, and latest.

Repository secrets

  • RELEASE_PLEASE_TOKEN
  • DOCKERHUB_USERNAME
  • DOCKERHUB_TOKEN