summaryrefslogtreecommitdiff
path: root/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml')
-rw-r--r--data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml b/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml
index 066022dae87..d7e12a89f14 100644
--- a/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml
+++ b/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml
@@ -1,7 +1,8 @@
-- name: "Removal of release description in the Tags API"
+- name: "Release description in the Tags API"
reporter: kbychu
removal_date: "2021-06-22"
removal_milestone: "14.0"
issue_url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/300887'
+ breaking_change: true
body: |
GitLab 14.0 removes support for the release description in the Tags API. You can no longer add a release description when [creating a new tag](https://docs.gitlab.com/ee/api/tags.html#create-a-new-tag). You also can no longer [create](https://docs.gitlab.com/ee/api/tags.html#create-a-new-release) or [update](https://docs.gitlab.com/ee/api/tags.html#update-a-release) a release through the Tags API. Please migrate to use the [Releases API](https://docs.gitlab.com/ee/api/releases/#create-a-release) instead.