diff --git a/.github/scripts/generate-changelog.sh b/.github/scripts/generate-changelog.sh index 137040c5..d6a2adf9 100755 --- a/.github/scripts/generate-changelog.sh +++ b/.github/scripts/generate-changelog.sh @@ -3,7 +3,7 @@ # in order to generate a changelog that filters out the other # packages in this monorepo. -# Check if 'packages', 'current_package' and 'token' are provided as command line arguments +# Check if 'current_package' and 'token' are provided as command line arguments if [ "$#" -ne 2 ]; then echo "Usage: $0 " exit 1