From 4adf2778e3090deb40d0163a9769c22aa97c42ea Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Fri, 27 Feb 2026 14:00:00 -0800 Subject: [PATCH] DO NOT SUBMIT: Generate v1.3.0 release artifacts --- .github/workflows/ci-linux-artifacts.yml | 33 +++++++++++----------- .github/workflows/ci-macos-artifacts.yml | 33 +++++++++++----------- .github/workflows/ci-windows-artifacts.yml | 33 +++++++++++----------- include/avif/avif.h | 2 +- 4 files changed, 49 insertions(+), 52 deletions(-) diff --git a/.github/workflows/ci-linux-artifacts.yml b/.github/workflows/ci-linux-artifacts.yml index 0026e64be0..7cb211ed95 100644 --- a/.github/workflows/ci-linux-artifacts.yml +++ b/.github/workflows/ci-linux-artifacts.yml @@ -2,8 +2,7 @@ name: CI Linux Release Artifacts on: - release: - types: [created] + pull_request: permissions: contents: write @@ -47,20 +46,20 @@ jobs: avifenc avifdec avifgainmaputil - - name: Upload artifacts - uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. - upload_url: ${{ github.event.release.upload_url }} - asset_path: build/linux-artifacts.zip - asset_name: linux-artifacts.zip - asset_content_type: application/zip + # - name: Upload artifacts + # uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. + # upload_url: ${{ github.event.release.upload_url }} + # asset_path: build/linux-artifacts.zip + # asset_name: linux-artifacts.zip + # asset_content_type: application/zip # Use the following instead of the above to test this workflow outside of a release event. - # - name: Upload artifacts - # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 - # with: - # name: linux-artifacts.zip - # path: build/linux-artifacts.zip + - name: Upload artifacts + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + with: + name: linux-artifacts.zip + path: build/linux-artifacts.zip diff --git a/.github/workflows/ci-macos-artifacts.yml b/.github/workflows/ci-macos-artifacts.yml index ec4070ad47..1381db15cc 100644 --- a/.github/workflows/ci-macos-artifacts.yml +++ b/.github/workflows/ci-macos-artifacts.yml @@ -2,8 +2,7 @@ name: CI macOS Release Artifacts on: - release: - types: [created] + pull_request: permissions: contents: write @@ -58,20 +57,20 @@ jobs: avifdec avifgainmaputil README.txt - - name: Upload artifacts - uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. - upload_url: ${{ github.event.release.upload_url }} - asset_path: build/${{ runner.os }}-artifacts.zip - asset_name: ${{ runner.os }}-artifacts.zip - asset_content_type: application/zip + # - name: Upload artifacts + # uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. + # upload_url: ${{ github.event.release.upload_url }} + # asset_path: build/${{ runner.os }}-artifacts.zip + # asset_name: ${{ runner.os }}-artifacts.zip + # asset_content_type: application/zip # Use the following instead of the above to test this workflow outside of a release event. - # - name: Upload artifacts - # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 - # with: - # name: ${{ runner.os }}-artifacts.zip - # path: build/${{ runner.os }}-artifacts.zip + - name: Upload artifacts + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + with: + name: ${{ runner.os }}-artifacts.zip + path: build/${{ runner.os }}-artifacts.zip diff --git a/.github/workflows/ci-windows-artifacts.yml b/.github/workflows/ci-windows-artifacts.yml index 3f52f6d218..6dfbe90627 100644 --- a/.github/workflows/ci-windows-artifacts.yml +++ b/.github/workflows/ci-windows-artifacts.yml @@ -2,8 +2,7 @@ name: CI Windows Release Artifacts on: - release: - types: [created] + pull_request: permissions: contents: write @@ -78,20 +77,20 @@ jobs: filename: "windows-artifacts.zip" directory: "build/Release" path: "*.exe" - - name: Upload artifacts - uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. - upload_url: ${{ github.event.release.upload_url }} - asset_path: build/Release/windows-artifacts.zip - asset_name: windows-artifacts.zip - asset_content_type: application/zip + # - name: Upload artifacts + # uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # # See https://docs.github.com/en/webhooks/webhook-events-and-payloads#release. + # upload_url: ${{ github.event.release.upload_url }} + # asset_path: build/Release/windows-artifacts.zip + # asset_name: windows-artifacts.zip + # asset_content_type: application/zip # Use the following instead of the above to test this workflow outside of a release event. - # - name: Upload artifacts - # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 - # with: - # name: windows-artifacts.zip - # path: build/Release/windows-artifacts.zip + - name: Upload artifacts + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + with: + name: windows-artifacts.zip + path: build/Release/windows-artifacts.zip diff --git a/include/avif/avif.h b/include/avif/avif.h index 1c09903e78..d3f975e2c5 100644 --- a/include/avif/avif.h +++ b/include/avif/avif.h @@ -80,7 +80,7 @@ extern "C" { #define AVIF_VERSION_MAJOR 1 #define AVIF_VERSION_MINOR 3 #define AVIF_VERSION_PATCH 0 -#define AVIF_VERSION_DEVEL 1 +#define AVIF_VERSION_DEVEL 0 #define AVIF_VERSION \ ((AVIF_VERSION_MAJOR * 1000000) + (AVIF_VERSION_MINOR * 10000) + (AVIF_VERSION_PATCH * 100) + AVIF_VERSION_DEVEL)