mach-composer-cli
mach-composer-cli copied to clipboard
Improve component versioning
Couple of challenges:
- It is now based on a commit hash. This makes it unclear if a change means a down- or upgrade
- From a MACH configuration perspective it's possible to define a component using a git tag. However, a artifact (serverless function ZIP file) needs to be present with both the commit hash and the git tag. This we should document better (and include in the cookiecutter)