Skip to content

Commit 1a3f468

Browse files
committed
fix: limit changelog to last 10 releases
1 parent 184814d commit 1a3f468

File tree

4 files changed

+5
-548
lines changed

4 files changed

+5
-548
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 -l 100 && 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 10 && 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
@@ -844,7 +844,7 @@
844844
* fix: correct changelog template to show actual 6.3.8 release ([0efe693](https://github.com/MONEI/MONEI-WooCommerce/commit/0efe693))
845845
* fix: normalize changelog chronological order ([a3b1d8a](https://github.com/MONEI/MONEI-WooCommerce/commit/a3b1d8a))
846846
* chore: release v6.3.10 ([86d825a](https://github.com/MONEI/MONEI-WooCommerce/commit/86d825a))
847-
* chore: release v6.3.11 ([85ead56](https://github.com/MONEI/MONEI-WooCommerce/commit/85ead56))
847+
* chore: release v6.3.11 ([184814d](https://github.com/MONEI/MONEI-WooCommerce/commit/184814d))
848848
* chore: update CHANGELOG.md with corrected tag hash ([f9b0dfa](https://github.com/MONEI/MONEI-WooCommerce/commit/f9b0dfa))
849849

850850

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ By using this plugin you agree with MONEI [Terms of Service](https://monei.com/l
105105

106106
## Changelog ##
107107

108-
### v6.3.11 - 2025-10-01 ###
108+
### v6.3.10 - 2025-10-01 ###
109+
* fix: add changelog length limit to show all versions (c135b7c)
109110
* fix: correct changelog template to show actual 6.3.8 release (0efe693)
110-
* chore: release v6.3.11 (86d825a)
111+
* chore: release v6.3.10 (86d825a)
111112
* chore: update CHANGELOG.md with corrected tag hash (f9b0dfa)
112113

113114

0 commit comments

Comments
 (0)