Skip to content

Commit

Permalink
Add <notes>
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jun 17, 2023
1 parent 8cd97f8 commit ef788ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
php-version: ${{ matrix.php }}

- name: Sanity check package.xml and install ImageMagick
- name: Sanity check package.xml and install ext-uv
run: |
bash validate-package.sh
for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file from package.xml" ; exit 1); done
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>0.3.0 release</notes>
<contents>
<dir name="/">
<dir name="examples">
Expand Down

0 comments on commit ef788ea

Please sign in to comment.