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.yml7
1 files changed, 7 insertions, 0 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
new file mode 100644
index 00000000000..066022dae87
--- /dev/null
+++ b/data/removals/14_0/release_announce_deprecation_of_release_notes_api.yml
@@ -0,0 +1,7 @@
+- name: "Removal of 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'
+ 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.