Skip to main content
Version: Current (3.x)

Data Viz Admin Release Guide

This guide is for the release of the Data Viz Admin platform.

The project uses two GitHub Actions workflows for different types of releases:

  • Pre-Release Workflow - Creates snapshot pre-releases for testing
  • Production Release Workflow - Creates stable production releases

Pre-Release Workflow​

  • Trigger: Automatic on pushes to main branch or manual dispatch
  • Tag Format: v{version}-snapshot-{YYYYMMDD}
  • Docker Tag: v{version}-snapshot-{YYYYMMDD}
  • Purpose: Testing and development

Production Release​

  • Trigger: Manual dispatch only
  • Tag Format: v{version}
  • Docker Tags: latest and v{version}
  • Purpose: Stable production deployment