-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Auto Upgrade Semantic Version Aware (#162)
A breakging change was recently added to an application bundle, sadly we needed to re-instate the old bundle version for various reasons. However, the main problem here is any resources using the old bundle will get upgraded to the new one, and bascially destroy the resource due to the breaking change. How do we prevent this? Well everything has a semantic version, and major versions represent breaking changes, so when finding a potential upgrade target, only consider bundles with the same semantic version as the current one.
- Loading branch information
Showing
2 changed files
with
74 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters