Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102172 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40340 invoked from network); 5 Jun 2018 16:22:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2018 16:22:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 74.125.82.54 mail-wm0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:37510] helo=mail-wm0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/A0-62758-2C8B61B5 for ; Tue, 05 Jun 2018 12:22:26 -0400 Received: by mail-wm0-f54.google.com with SMTP id r125-v6so6153597wmg.2 for ; Tue, 05 Jun 2018 09:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=jyjgVTOca0/YuzFY3VCe1LzUqxH0/rEUmhVq7I2oNiQ=; b=dvA+FI5c1/y/QWg8+oeY+NOGqRUR3eCgEY85syZmoJP4DSgIB8AOHc/49RRwa+BxDF 5YeMWsoKKu5DuuBoLKRjAms8SIQTjQh+rDPegvzB2jL/fK18l32ACdewC5dHQ2ldIf/A iaECc36I0Tt2hyM5NjAvPgxwLws62llc31dyk43aQNfWNMbeSDGujGSCH6Wwk9SpetcJ /X6GzxLl2/O58G/gmjiqaHroBarhFKmC9r+f/MGy5HX6REM8uuFfE6qLd3vlxVOHOK86 SASV4xvxuWpVp2Q4ACbPPy8eYlaex/yWFGZ47RFOgr+ALpyRrqLRXqW4XMhB/9qG5Wba ShHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=jyjgVTOca0/YuzFY3VCe1LzUqxH0/rEUmhVq7I2oNiQ=; b=eqZwu7VTjlpUYWDn/X5dC1MrxzNfL6S5bKrjgQjHFpyAE4ZGheAKQ6mDbwJBgGPY0A IexLpECS4juJA6DhUdJcEEqaviVJYN3dy4MBScxv1pPkOlVhzDWHuTpWD5GkFis458Me gBpZ6zEDijB9t+I/C4d9TTlElsZa0/6lP+sOREcppJ6lwjN12tshYaDd3uOAb88ULq5G QYFb6mdTpIHnf82tym+fWYbDU70nNneynzV2Ik2FvCrM1Z/ESrv6HsiDcPMHtM2aCG7B 6Ugu8Oq38B/FZfPvQVQhdV5bHo6lVOXpQ+rlMq2293aD4RTcE/+fcZ9MWzou9XT+8Csc ZtTg== X-Gm-Message-State: APt69E3170qx+sS2FoODxRGw6xwIe5eRvodVOf/aF2kj3YakbsAk55jL VL6JJPQpJCCJF3MnLVRXNNDna/sASBF2kCgejcP+1Q== X-Google-Smtp-Source: ADUXVKKc7SyXngGWP9OhsY5piBEukkFA58clbanlY13NYRcVVdjjYKtmv4M2zF55S4Ah2CHVSEkmHtloVQPvUizhFBI= X-Received: by 2002:a50:8f23:: with SMTP id 32-v6mr2693844edy.192.1528215743591; Tue, 05 Jun 2018 09:22:23 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a50:8625:0:0:0:0:0 with HTTP; Tue, 5 Jun 2018 09:22:12 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: Date: Tue, 5 Jun 2018 12:22:12 -0400 X-Google-Sender-Auth: jBSw2u-zOz9FaB7LTryAjNe0BeQ Message-ID: To: "Christoph M. Becker" Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] README.RELEASE_PROCESS: misleading branching info? From: pollita@php.net (Sara Golemon) On Tue, Jun 5, 2018 at 6:37 AM, Christoph M. Becker wro= te: > Hi! > > README.RELEASE_PROCESS[1] states in the =E2=80=9CRolling a non stable rel= ease > (alpha/beta/RC)=E2=80=9D section[2]: > > | 4. Checkout the release branch for this release (e.g., PHP-5.4.2) from > | the main branch. > "the main branch" is quite misleading, I agree. It should perhaps be something like: 4a. If this is an alpha release, checkout the master branch. 4b. If this is a beta release, checkout the previously forked development branch (e.g. PHP-7.3) 4c. For RC releases, checkout a release branch (e.g. PHP-7.2.0) cut from the appropriate maintenance branch (e.g. PHP-7.2) if required. > However, it seems that the PHP-x.y.z release branch is usually only cut > shortly before GA[3]. Furthermore, the =E2=80=9CForking a new release br= anch=E2=80=9D > section states that the PHP-x.y branch is supposed to be cut shortly > before the first beta release[4]. > Indeed it is. The timetable I wrote up prior to the RM selection also notes this: https://wiki.php.net/todo/php73 -Sara