iiRecord
Agentic AI Atlas · Tag Creation Trigger
definition:trigger-taga5c.ai
II.
Definition JSON

definition:trigger-tag

Structured · live

Tag Creation Trigger json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/cicd/cicd-concepts.yamlCluster · domain
Record JSON
{
  "id": "definition:trigger-tag",
  "_kind": "Definition",
  "_file": "domain/cicd/cicd-concepts.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Tag Creation Trigger",
    "authoredAt": "2026-05-10T00:00:00Z",
    "termId": "term:cicd",
    "text": "A CI trigger that fires when a Git tag matching a pattern (e.g.,\nv*, release-*) is pushed. The standard mechanism for kicking off\nrelease pipelines — tag creation signals an intentional version\ncut. Semantic version tags enable pipelines to extract the version\nnumber and use it for package publishing, Docker image tagging,\nand changelog generation. Often combined with GitHub Releases for\nartifact distribution and release notes.\n",
    "status": "canonical"
  },
  "outgoingEdges": [
    {
      "from": "definition:trigger-tag",
      "to": "term:cicd",
      "kind": "defines"
    },
    {
      "from": "definition:trigger-tag",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "definition:trigger-tag",
      "to": "tool:github-actions",
      "kind": "supports"
    },
    {
      "from": "definition:trigger-tag",
      "to": "tool:gitlab-ci",
      "kind": "supports"
    },
    {
      "from": "definition:trigger-tag",
      "to": "topic:ci-triggers",
      "kind": "supports"
    }
  ],
  "incomingEdges": []
}