summaryrefslogtreecommitdiff
path: root/data/removals/15_0/15-0-type.yml
blob: bb1b764f823727bfe01ee4109b37e6ef9b1db152 (plain)
1
2
3
4
5
6
7
8
9
10
- name: "Remove `type` and `types` keyword from CI/CD configuration"
  announcement_milestone: "14.6"
  announcement_date: "2021-12-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  reporter: dhershkovitch
  body: | # Do not modify this line, instead modify the lines below.
   The `type` and `types` CI/CD keywords is removed in GitLab 15.0, so pipelines that use these keywords fail with a syntax error. Switch to `stage` and `stages`, which have the same behavior.
# The following items are not published on the docs page, but may be used in the future.