GitLab API-是否有任何API可以在现有标签上编辑发行说明?
我想更新gitlab中现有标签的发行说明,我可以从UI中进行此操作(通过单击标签的“编辑发行说明”),但无法在标签中找到任何API API文档:
https://docs.gitlab.com/ee/api/api/tags.html
API是什么要求这个?
I want to update release notes for an existing tag in gitlab, i am able to do it from UI(by clicking "edit release notes" against a tag) but not able to find any API in tags api documentation:
https://docs.gitlab.com/ee/api/tags.html
What is the api call for this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
带有发行宣传的标签将创建GitLab释放。要操纵这些,请使用此处指定的版本API端点: https://dtps://docs.gitlab。 com/ee/api/releases/
A tag with release-notes will create a gitlab release. To manipulate those, use the releases api endpoint as specified here: https://docs.gitlab.com/ee/api/releases/