Skip to content

Release Process

Masyukov Pavel edited this page May 24, 2026 · 1 revision

Release Process

Versioning

Version is defined in pubspec.yaml.

Before Release

  1. Update CHANGELOG.md.
  2. Run checks:
flutter analyze
flutter test
  1. Validate app runs on iOS.

Publish

  1. Bump app version.
  2. Commit release notes and version updates.
  3. Tag release (for example v1.1.0).
  4. Publish GitHub Release.

Clone this wiki locally