diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 476a3d9..bdeacbd 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -209,7 +209,7 @@ jobs: --arg target_abi "$TARGET_ABI" \ --arg repository_name "$REPOSITORY_NAME" \ --arg repository_url "$REPOSITORY_URL" \ - '.[0].versions |= [{"version": $version, "changelog": $changelog, "targetAbi": $target_abi, "sourceUrl": $source_url, "checksum": $checksum, "timestamp": $timestamp, "repositoryName": $repository_name, "repositoryUrl": $repository_url}]' manifest.json > updated_manifest.json + '.[0].versions += [{"version": $version, "changelog": $changelog, "targetAbi": $target_abi, "sourceUrl": $source_url, "checksum": $checksum, "timestamp": $timestamp, "repositoryName": $repository_name, "repositoryUrl": $repository_url}] | .[0].versions |= (sort_by(.version) | reverse)' manifest.json > updated_manifest.json mv updated_manifest.json manifest.json # Step 16: Commit manifest.json diff --git a/manifest.json b/manifest.json index 939f0e2..b4f0cfa 100644 --- a/manifest.json +++ b/manifest.json @@ -16,6 +16,36 @@ "timestamp": "2025-01-22T06:37:33Z", "repositoryName": "jellyfin-plugin-tvheadend-api", "repositoryUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api" + }, + { + "version": "1.0.2.0", + "changelog": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/tag/v1.0.2", + "targetAbi": "10.10.3.0", + "sourceUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/download/v1.0.2/tvheadend_api_1.0.2.0.zip", + "checksum": "e52ad89fd95046533974e12bc958c7da", + "timestamp": "2025-01-21T12:16:11Z", + "repositoryName": "jellyfin-plugin-tvheadend-api", + "repositoryUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api" + }, + { + "version": "1.0.1.0", + "changelog": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/tag/v1.0.1", + "targetAbi": "10.10.3.0", + "sourceUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/download/v1.0.1/tvheadend_api_1.0.1.0.zip", + "checksum": "61ef8cf6f3e2965e6d131dfb93648a99", + "timestamp": "2025-01-12T16:35:50Z", + "repositoryName": "jellyfin-plugin-tvheadend-api", + "repositoryUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api" + }, + { + "version": "1.0.0.0", + "changelog": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/tag/v1.0.0", + "targetAbi": "10.10.3.0", + "sourceUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api/releases/download/v1.0.0/tvheadend_api_1.0.0.0.zip", + "checksum": "4cee9596288febe0ed354418aa0d768a", + "timestamp": "2025-01-12T14:40:09Z", + "repositoryName": "jellyfin-plugin-tvheadend-api", + "repositoryUrl": "https://github.com/john-pierre/jellyfin-plugin-tvheadend-api" } ] }