Env0 relies on git tags to version modules. By default the tag workflow automagically increments the release patch version (so applying a tag to a PR is unecessary). Acceptable tags are
- release:major
- release:minor
- release:patch If more than one label is added, the behavior is undefined. For more information on tagging behavior see the (tagging github action we use)[https://github.com/rymndhng/release-on-push-action]