mach-composer-cli icon indicating copy to clipboard operation
mach-composer-cli copied to clipboard

Improve component versioning

Open tleguijt opened this issue 5 years ago • 0 comments

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)

tleguijt avatar Nov 24 '20 09:11 tleguijt