-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Forge - App Installation
-
None
-
Minor
Issue Summary:
Forge backporting fails if manifest contains web trigger module.
Steps to Reproduce
- create and publish a Forge app with web trigger module (version 2)
- release a new major version of the same app (i.e. by adding new scope) (version 3)
- with (version 2) manifest try to release a new minor version with "--major-version" flag
forge deploy --major-version 2
Expected Results
The deploy should succeed.
Actual Results
deployment fails with this error: "Cannot patch app as this change requires a major version update"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
TOOT-6150 Loading...