mix version.sync (PhoenixDuskmoon v8.0.0)

View Source

Syncs version numbers across all project files.

This task reads the version from apps/phoenix_duskmoon/mix.exs and updates:

  • apps/phoenix_duskmoon/package.json
  • mix.exs (umbrella)

Usage

mix version.sync

When to use

  • After pulling changes from main branch
  • When version numbers appear out of sync
  • Before creating a local build for testing

Note

Versions are automatically managed by semantic-release in CI. This task is primarily for local development synchronization.