Skip to content

Commit c135b7c

Browse files
committed
fix: add changelog length limit to show all versions
1 parent 86d825a commit c135b7c

File tree

4 files changed

+634
-8
lines changed

4 files changed

+634
-8
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
}
2222
},
2323
"hooks": {
24-
"after:git:release": "generate-wp-readme -m woocommerce-gateway-monei.php && git add .readme-template readme.txt README.md CHANGELOG.md && git commit --amend --no-edit"
24+
"after:git:release": "generate-wp-readme -m woocommerce-gateway-monei.php -l 100 && git add .readme-template readme.txt README.md CHANGELOG.md && git commit --amend --no-edit"
2525
}
2626
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
## <small>6.3.10 (2025-10-01)</small>
842842

843843
* fix: correct changelog template to show actual 6.3.8 release ([0efe693](https://github.com/MONEI/MONEI-WooCommerce/commit/0efe693))
844-
* chore: release v6.3.10 ([8f0174c](https://github.com/MONEI/MONEI-WooCommerce/commit/8f0174c))
844+
* chore: release v6.3.10 ([86d825a](https://github.com/MONEI/MONEI-WooCommerce/commit/86d825a))
845845
* chore: update CHANGELOG.md with corrected tag hash ([f9b0dfa](https://github.com/MONEI/MONEI-WooCommerce/commit/f9b0dfa))
846846

847847

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,10 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
220220
* Version 3.0 (9906102)
221221
* Version 4.2.1 (933186f)
222222

223-
2025-10-01 - version 6.3.10
224-
* Fix - Amount calculation when checkout data is updated
225-
* Fix - Card input style
226-
* Fix - Remove minified assets from version control
227-
* Chore - Update MONEI SDK
228-
* Chore - Modernize build and release pipeline with automated changelog
223+
2025-08-25 - version 6.3.8
224+
* Fix - Move ApplePay and Google Pay to a separated gateway
225+
* Fix - Add settings shortcut to plugins page
226+
* Fix - Add missing space in webhook notice
229227

230228
2025-07-02 - version 6.3.7
231229
* Fix - Send correct useragent version

0 commit comments

Comments
 (0)