Skip to content

Commit

Permalink
misc(ci-cd): automatically update release-please version in files
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-hours committed Sep 23, 2024
1 parent b26c799 commit af37375
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
{"type":"refactor","section":"Refactoring","hidden":false},
{"type":"misc","section":"Miscellaneous","hidden":false}
]
extra-files: |
lengow.php
README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <!-- x-release-please-version -->
- **License:** GPLv3
- **License URI:** https://www.gnu.org/licenses/gpl-3.0

Expand Down
6 changes: 5 additions & 1 deletion lengow.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit af37375

Please sign in to comment.