UV integration documentation examples do not work as intended

Feature Request

Description

Use cases

For those using uv and committing the uv.lock file to source. They would want the uv.lock file to be consistently in sync.

Possible implementation

  • Add a option to sync the uv.lock file and that should update it right after semantic release and add or amend it to the same commit.
  • Just like the build_command, have a post step to run any commands after the semantic release.

Alternative solutions