Use an automation branch

This commit is contained in:
Edward Firmo
2024-12-21 13:27:58 +01:00
parent 3c98d81bb7
commit 4e73a11528
4 changed files with 80 additions and 44 deletions

View File

@@ -42,7 +42,7 @@ if ! git add "$VERSION_FILE" "$VERSION_YAML_FILE"; then
echo "Error: Failed to stage version files"
exit 1
fi
if ! git commit -m "Bump version to $NEW_VERSION"; then
if ! git commit -m "Bump version to $NEW_VERSION [skip-versioning]"; then
echo "Error: Failed to commit version bump"
exit 1
fi