How to upgrade a distribution version#
This document describes how to upgrade a distribution version in a monorepo managed by RepoPlone.
Verify the current base package version and identify the latest available version:
uvx repoplone deps check
Execute the upgrade command with your target version:
uvx repoplone deps upgrade <component> <version>
Replace <component> with the component to update (for example backend). To display all available components, execute uvx repoplone deps check
Upgrade backend component#
To upgrade the backend component to the latest version, execute:
uvx repoplone deps upgrade backend
Upgrade frontend component#
To upgrade the frontend component to the latest version, execute:
uvx repoplone deps upgrade frontend
Note
Review the changelog and release notes for the new version to understand the changes introduced in the distribution.