Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTVIO-0000hX-7h for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 18 Feb 2023 22:03:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pTVIL-000254-7O for pgsql-jdbc-commits@arkaria.postgresql.org; Sat, 18 Feb 2023 22:03:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTUVX-00049Y-4h; Sat, 18 Feb 2023 21:12:35 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pTUVS-0007Ap-0i; Sat, 18 Feb 2023 21:12:34 +0000 Received: from github.com (hubbernetes-node-c406cc6.va3-iad.github.net [10.48.206.71]) by smtp.github.com (Postfix) with ESMTPA id 4CE72E048D; Sat, 18 Feb 2023 13:12:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1676754748; bh=rUTHNNr9a5tG5S8tfGLxgdud1JL4cMujjW+jIwrbPMY=; h=Date:From:To:Subject:From; b=Po12rLX5TlDQtSn2h5NEKGYHuSkzGqFKhSQ2GHnBevifXRZYUDaw3V9eIAKYBvbIv Uzojir451rsIxhEsNbO38jI98ru//NmjDGmO9IqGdIaKCcwyEgj+9xHp6AcGmcnxmf chhC52sKeFvCVhwmLqoSXmyZqQqueJUYJoXXDJ5w= Date: Sat, 18 Feb 2023 13:12:28 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org, pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] b2cf4b: chore: strip REL prefix when comparing release tag... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org,pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: b2cf4b739db8a0136b21ee14850591f79eb45210 https://github.com/pgjdbc/pgjdbc/commit/b2cf4b739db8a0136b21ee14850591f79eb45210 Author: Vladimir Sitnikov Date: 2023-02-19 (Sun, 19 Feb 2023) Changed paths: M .github/release-drafter.yml Log Message: ----------- chore: strip REL prefix when comparing release tags in release-drafter