Commit:    d5bdd23e86dd6eccf8aaf0be6fa5f017fe6929a9
Author:    Gabriel Caruso <carusogabrie...@gmail.com>         Thu, 1 Oct 2020 
23:40:30 +0200
Parents:   183abe70b924883c39e4561c3c02a7b2d6d06f34
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=d5bdd23e86dd6eccf8aaf0be6fa5f017fe6929a9

Log:
Fix release type by lowercasing it

Bad tag at https://github.com/php/php-src/releases/tag/php-8.0.0rc1

Changed paths:
  M  include/release-qa.php


Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index ca5a06c..35997a7 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -86,7 +86,7 @@ $QA_RELEASES = [
     '8.0.0' => [
         'active'  => true,
         'release' => [
-            'type'       => 'RC',
+            'type'       => 'rc',
             'number'     => 1,
             'sha256_gz'  => 
'19f859109540f6bc7f5bf4de71c1f363cd4f171a7c1f0e5f4f0abe5d40f271de',
             'sha256_bz2' => 
'87e0afa3e6a33a2c16f5a0db6978a5a31745629501d7590d2d2f3bbac4dc4934',

Reply via email to