Merge branch 'main' into new-versioning-03

This commit is contained in:
Edward Firmo
2024-12-21 17:49:58 +01:00
committed by GitHub
4 changed files with 61 additions and 36 deletions

View File

@@ -47,7 +47,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