A release pipeline is the sequence of checks and approvals a change must pass before it ships to users. Without automation, this sequence — code review, QA, staging deploy, sign-off, production merge — requires multiple people to actively hand off work to each other. AI agents can handle the mechanical parts of each stage, leaving humans to make the judgment calls.
Fleet implements this through its reactive event chain. Each stage completion triggers the next stage automatically. The release manager stage is the final gate: it checks that all required approvals exist before merging. This guide shows how to configure a multi-stage release pipeline.