mix version.sync (PhoenixDuskmoon v9.0.1)
View SourceSyncs 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.syncWhen 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.