Skip to content

Fix version replacement pattern in build.sh#20

Merged
fumikito merged 2 commits intomainfrom
feature/support-query-loop-block
Dec 19, 2025
Merged

Fix version replacement pattern in build.sh#20
fumikito merged 2 commits intomainfrom
feature/support-query-loop-block

Conversation

@fumikito
Copy link
Copy Markdown
Contributor

Emergency Fix

The sed pattern in bin/build.sh was incorrect:

  • Before: ^Version: (looking for line starting with Version:)
  • After: ^ \* Version: (correctly matches * Version: in PHP header)

This caused version 1.1.0 to be released with Version: nightly.

🤖 Generated with Claude Code

fumikito and others added 2 commits December 19, 2025 22:47
The sed pattern was looking for '^Version:' but the PHP file header
has ' * Version:' format. Updated pattern to match correctly.

Co-authored-by: Claude <noreply@anthropic.com>
@fumikito fumikito enabled auto-merge December 19, 2025 13:48
@fumikito fumikito merged commit f87babb into main Dec 19, 2025
5 checks passed
@fumikito fumikito deleted the feature/support-query-loop-block branch December 19, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant