👋 Welcome to comwork cloud API! We're thrilled that you're interested in contributing to our project.
See the README.md to see how to build and start the project.
In order to bump the version, you'll have to upgrade the VERSION file (only on the main
branch when we're merging a set of new features and fix coming from the develop
branch).
The docker images tags are the following:
develop-{sha}
: for the merge in thedevelop
branchce-{semver}
andce-{semver}-{sha}
: for the merge un themain
branch for the community edition
Semver stands for "Semantic versioning" which is explained here