Allow rich version declaration #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
In some cases, I want to update a single instance instead of all of them together. Can be done by setting the version to this fixed version, but this will also exclude the instance from future updates if the config isn't revisited.
could be solved via rich versions by setting a minimum version, see how gradle handles this:
https://docs.gradle.org/current/userguide/dependency_versions.html
copied over from https://git.local-it.org/KolliCloud-intern/development/issues/289