add functions to simplify checking upgrade types #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "knoflook/tagcmp:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this will be useful when you want to upgrade an app and need to check what kind of upgrade it will be. The new function just returns a
Tagobject withMajor,MinorandPatchset to the result of subtraction i.e.diffis a05b56c0aadto721c863f44721c863f44toaa81b0306cfeat: add Tag.UpgradeElement(newTag Tag) which returns a difference between two tagsto add functions to simplify checking upgrade typesKilling it.