Skip to content

ext-eac

release ext-eac - Create a git tag for releasing ext-eac using semver format

Creates a git tag in the format 'ext-eac/x.y.z' to trigger the release workflow. The tag follows semantic versioning (semver) and will automatically trigger the GitHub Actions workflow to retag and publish the container image. The version must follow semver format (x.y.z) where x, y, z are non-negative integers. IMPORTANT: This command requires --tag-direct flag to prevent accidental releases. The preferred flow is: release this → commit → push → workflow creates tag. Use --tag-direct only when you need to tag directly from devbox.

Notes

Expected Output:

  • Git tag created in format ext-eac/x.y.z
  • Tag triggers the release workflow to retag and publish container image

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.