ferry Documentation

Release Policy

This document defines the release rules for ferry after the first public release.

Versioning

Feature Flags

Deprecation Flags

Upgrade Compatibility

Starting with v1.0.0, release documentation must describe supported upgrade paths only. Unsupported development snapshots are not part of the public release contract.

Docker Hub Release Preparation

Publishing official images to Docker Hub requires both project metadata and an automated image pipeline.

Required repository decisions:

Required image hygiene:

Required automation:

Recommended verification before pushing:

Docker Hub account prerequisites:

GitHub Pages Documentation

The documentation site is deployed from docs/ through GitHub Actions. The workflow copies CHANGELOG.md and SECURITY.md into the Pages source before running the Jekyll build.

Repository prerequisites: