# Tenzir Ship v0.15.0

This release adds new options to the `release publish` command for more flexible release automation. You can now prevent GitHub from marking a release as latest with `--no-latest` (useful for backport releases), and automatically commit staged changes before tagging with `--commit`.

## 🚀 Features

### New `--no-latest` and `--commit` options for release publishing

Dec 18, 2025 · [@mavam](https://github.com/mavam), [@claude](https://github.com/claude)

The `release publish` command now supports two new options for smoother release automation:

* `--no-latest` prevents GitHub from marking the release as latest, useful for backport releases to older branches
* `--commit` commits staged changes before creating the tag, eliminating a manual step in release workflows. The commit message defaults to `Release {version}` but can be customized via `--commit-message` or the `release.commit_message` config option.

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

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