diff --git a/scripts/update_package_version.dart b/scripts/update_package_version.dart index 0cb3c8f2..326dbe4f 100644 --- a/scripts/update_package_version.dart +++ b/scripts/update_package_version.dart @@ -55,7 +55,7 @@ Future main(List args) async { // A file that will be used to build the `CHANGELOG.md` files // the data format is in Json - final sourceChangeLogFile = File('./CHANGELOG.json'); + final sourceChangeLogFile = File('./CHANGELOG_DATA.json'); await _replaceVersion( sourceChangeLogFile: sourceChangeLogFile, version: passedVersion,