From af373758c0755cfbc6122851da8166b457252124 Mon Sep 17 00:00:00 2001 From: Arnaud Hours Date: Mon, 23 Sep 2024 11:32:24 +0200 Subject: [PATCH] misc(ci-cd): automatically update release-please version in files --- .github/workflows/on-push-main.yml | 3 +++ README.md | 2 +- lengow.php | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index a15d456..f68ab3b 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -60,3 +60,6 @@ jobs: {"type":"refactor","section":"Refactoring","hidden":false}, {"type":"misc","section":"Miscellaneous","hidden":false} ] + extra-files: | + lengow.php + README.md diff --git a/README.md b/README.md index 2a7be92..9902e38 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - **Requires at least:** 5.3 - **Tested up to:** 6.5 - **Requires PHP:** 5.5 -- **Stable tag:** 2.6.4 +- **Stable tag:** 2.6.4 - **License:** GPLv3 - **License URI:** https://www.gnu.org/licenses/gpl-3.0 diff --git a/lengow.php b/lengow.php index 27864ec..c678b98 100755 --- a/lengow.php +++ b/lengow.php @@ -26,7 +26,11 @@ * Plugin Name: Lengow for WooCommerce * Plugin URI: https://www.lengow.com/integrations/woocommerce/ * Description: Lengow allows you to easily export your product catalogue from your WooCommerce store and sell on Amazon, Cdiscount, Google Shopping, Criteo, LeGuide.com, Ebay, Bing,... Choose from our 1,800 available marketing channels! + * + * x-release-please-start-version * Version: 2.6.4 + * x-release-please-end + * * Author: Lengow * Author URI: https://www.lengow.com * Requires at least: 5.3 @@ -61,7 +65,7 @@ class Lengow { /** * @var string current version of plugin. */ - public $version = '2.6.4'; + public $version = '2.6.4'; # x-release-please-version /** * @var string plugin name.