#!/bin/sh
# Call the auto version script with the desired parameter (e.g., commit)
resources/develop/auto_version.bat merge

# Pass through the exit code from the batch file to Git.
exit $?