summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 15:10:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 15:10:00 +0000
commit8b1036168b0d395c379cbbaf457e256860147405 (patch)
treecd9f06daf5ef1f0f24137540bb1382d3e26c0bb6 /doc
parent52522f10237f685c2535e6511d632bacdc7f6a78 (diff)
downloadgitlab-ce-8b1036168b0d395c379cbbaf457e256860147405.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/repository/tags/index.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/project/repository/tags/index.md b/doc/user/project/repository/tags/index.md
index 3d340789c2c..869012c64cc 100644
--- a/doc/user/project/repository/tags/index.md
+++ b/doc/user/project/repository/tags/index.md
@@ -57,6 +57,7 @@ git push origin --tags
## Related topics
-- [Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging) Git reference page
-- [Protected tags](../../protected_tags.md)
-- [Tags API](../../../../api/tags.md)
+- [Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging) Git reference page.
+- [Protected tags](../../protected_tags.md).
+- [Tags API](../../../../api/tags.md).
+- [Use `if: $CI_COMMIT_TAG` to run CI/CD pipelines for tags](../../../../ci/jobs/job_control.md#common-if-clauses-for-rules).