You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run aio changelog:generate --config=config.json, the tool generates a valid Changelog for the latest magento2 code.
Actual Behaviour
When I run aio changelog:generate --config=config.json, the tool fails.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run aio changelog:generate --config=config.json
Platform and Version
macOS 11.4
Sample Code that illustrates the problem
Logs taken while reproducing problem
$ aio changelog:generate --config=config.json
› 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
==========================
... !
SyntaxError: Unexpected token ' in JSON at position 1331
The text was updated successfully, but these errors were encountered:
Expected Behaviour
When I run
aio changelog:generate --config=config.json
, the tool generates a valid Changelog for the latest magento2 code.Actual Behaviour
When I run
aio changelog:generate --config=config.json
, the tool fails.Reproduce Scenario (including but not limited to)
Steps to Reproduce
Run
aio changelog:generate --config=config.json
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: