# Tenzir Ship v0.6.0

Refine release manifest format: rename ‘description’ to ‘intro’ and render it with a folded YAML block for better readability.

## 💥 Breaking Changes

### Rename manifest field to intro

Nov 2, 2025 · [@codex](https://github.com/codex)

Replaced the release manifest field `description` with a single `intro` field. The CLI now accepts `--intro` (instead of `--description`) or `--intro-file` (mutually exclusive) to populate the manifest’s `intro`. The tool no longer writes a `description` key to manifests.

## 🚀 Features

### Use folded YAML block for release intro

Nov 2, 2025 · [@codex](https://github.com/codex), [@mavam](https://github.com/mavam)

Release manifests now serialize the `intro` field with a folded block scalar (`>`) for readable multi-line wrapping instead of a single long scalar.

[ Download on GitHub ](https://github.com/tenzir/ship/releases/tag/v0.6.0)

[Get the release artifacts and source code.](https://github.com/tenzir/ship/releases/tag/v0.6.0)