Create
Record a release entry associated with a deployed Docker image tag
tapit create release docker_tag=tag [git_hash=hash] [git_tag=tag] [diff_url=url] [release_url=url] [--ignore-existing]
Required
- docker_tag
Parameters
docker_tag: Docker image tag this release corresponds to (required)git_hash: Git commit hash associated with this release (informational only, not used to pull the image)git_tag: Git tag associated with this release, e.g. v1.2.3 (informational only, does not affect which image is deployed)diff_url: URL to the diff or changelog for this releaserelease_url: URL to the release notes or release page--ignore-existing: Skip creation if a matching release already exists (useful for idempotent scripts)