Skip to main content

Overview

Releases track versions and milestones for your projects. Plan releases with target dates, assign tasks, generate AI-powered release notes, and share public changelogs with stakeholders.

Creating a Release

Navigate to Releases and click New Release. Fields include:
  • Name (required) — e.g., “v2.1.0” or “Sprint 5 Release”
  • Version — semantic version number
  • Project — which project this release belongs to
  • Start Date and End Date — target release window
  • Description

Release Detail

Each release has a detail page showing:
  • Assigned tasks — all tasks linked to this release, with status breakdown
  • Progress — percentage of tasks completed
  • Effort tracking — total estimated and logged hours
  • Release notes — structured notes with sections: Added, Changed, Fixed, Technical

AI-Generated Release Notes

Click Generate Release Notes on any release detail page. Apollo Brain analyzes all completed tasks in the release and generates structured release notes with:
  • Added — new features
  • Changed — improvements
  • Fixed — bug fixes
  • Technical — infrastructure/tech changes

Public Changelog

Each release can be published as a public changelog page — no authentication required. Share the link with stakeholders, clients, or your community.
  • Single release: /releases/:releaseId/changelog
  • Project changelog: /projects/:projectId/changelog (all published releases)
The changelog page uses Apollo branding and shows release notes in a clean, categorized format.

Gantt Timeline

Releases appear on the Gantt timeline at /timeline. The chart supports a 4-level hierarchy:
  • ProjectEpicReleaseTask
Filter by status, project, epic, or date range. All filters are URL-driven.