Release Tagging

Technique

A version control technique for marking an exact build, file set, or code state as a known release.

Description

Release tagging helps the team know which version was delivered, tested, installed, or shown. It makes it easier to return to a specific state later. In immersive projects, this matters when builds are sent to festivals, venues, clients, app stores, or public installations.

Typical Use

Used during version control workflow, platform packaging, QA, installation delivery, archive work, and support.

Scope Note

This technique may include release names, version numbers, commit tags, build notes, delivery dates, device targets, and rollback references.

Related entries