We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run aio changelog:generate, the tool gets the config.json file for --config.
aio changelog:generate
config.json
--config
When I run aio changelog:generate, I see TypeError: Cannot read property 'forEach' of undefined.
TypeError: Cannot read property 'forEach' of undefined
Run aio changelog:generate.
macOS 11.4
$ aio changelog:generate › Warning: @adobe/aio-cli update available from 7.0.0 to 7.1.0. › Run npm install -g @adobe/aio-cli to update. ========================== Start changelog generation ========================== ... ! TypeError: Cannot read property 'forEach' of undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
When I run
aio changelog:generate
, the tool gets theconfig.json
file for--config
.Actual Behaviour
When I run
aio changelog:generate
, I seeTypeError: Cannot read property 'forEach' of undefined
.Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run
aio changelog:generate
.Platform and Version
macOS 11.4
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: