Replies: 4 comments
-
Hi @gntpet and thank you for your question. Currently, AL-Go and BCContainerHelper do not support running breaking changes validation. It could be an enhancement we can consider for future versions. You can check how we did it in BCApps, using a Let me know if you have more questions. |
Beta Was this translation helpful? Give feedback.
-
Note that the AppSourceCop.json is automatically created if the repo is an AppSource app, with breaking change validation. |
Beta Was this translation helpful? Give feedback.
-
I have an app that is still in the pre-release stages and as a result I want breaking changes to be allowed. Al-go is failing to build due to breaking changes. How can I ignore this to get the build to run? |
Beta Was this translation helpful? Give feedback.
-
OK, I've figured this out. I added "skipUpgrade" : true to .AL-Go/settings.json and it worked. Yay! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @freddydk,
Do you have some docs about 'braking change' detection. I see that our pipeline downloads previous release app. But, I don't see any error or warning regarding breaking changes. Is it mandatory to use container for breaking change detection?
Our configuration is like this:
Best Regards,
Gintautas
Beta Was this translation helpful? Give feedback.
All reactions