# Tenzir Ship v1.4.0

The new `init` command scaffolds changelog projects interactively or non-interactively, so you can set up a standalone or package-based project in less time. It also protects existing projects from accidental overwrites.

## 🚀 Features

### Init command for changelog setup

Mar 11, 2026 · [@mavam](https://github.com/mavam), [@pi](https://github.com/pi)

A new `init` command allows for scaffolding a new changelog project interactively or with the `--yes` flag. It supports both standalone and package modes, and prevents accidental overwriting of existing projects.

```sh
tenzir-ship init
```

This reduces the manual effort required to set up a new changelog.

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

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