chore: update the script to reflect the change of renaming CHANGELOG.json to CHANGELOG_DATA.json

pull/1879/head
Ellet 11 months ago
parent 59009bb1fe
commit 43acce8b94
  1. 2
      scripts/update_package_version.dart

@ -55,7 +55,7 @@ Future<void> main(List<String> args) async {
// A file that will be used to build the `CHANGELOG.md` files // A file that will be used to build the `CHANGELOG.md` files
// the data format is in Json // the data format is in Json
final sourceChangeLogFile = File('./CHANGELOG.json'); final sourceChangeLogFile = File('./CHANGELOG_DATA.json');
await _replaceVersion( await _replaceVersion(
sourceChangeLogFile: sourceChangeLogFile, sourceChangeLogFile: sourceChangeLogFile,
version: passedVersion, version: passedVersion,

Loading…
Cancel
Save