git tag -a <example-image>/<version> <commit-hash> -F release_notes/<example-image>_<version>.mdgit push --tagsTo trigger a custom deployment pipeline, upload custom pipeline in .buildkite/tag.yml and push the tag with skip.
git tag -a skip/<version> <commit-hash>