axelor / axelor-open-platform

Open source Java framework for business application development
http://axelor.com
Other
391 stars 298 forks source link

fix: expected output changelog order #116

Closed WTFlay closed 1 year ago

WTFlay commented 1 year ago

When running ./gradlew test, ChangelogTest fails because the simple.yml file is read before withDescription.yml, so the simple.yml title will be print before withDescription.ymltitle. In EXPECTED_CHANGELOG.md, the order is different.