diff --git a/build/script/create-release-notes b/build/script/create-release-notes index 9f2e32d8f..c9e76aa03 100755 --- a/build/script/create-release-notes +++ b/build/script/create-release-notes @@ -35,9 +35,11 @@ const cli = meow(` type: 'boolean' }, from: { + alias: 'f', type: 'string' }, to: { + alias: 't', type: 'string' }, }