github 发行说明存储在 git 上吗?

Are github release notes store on git?

发行说明对我来说似乎是一件好事,但我想知道它们是存储在 git 上还是仅存储在 github 拥有的外部存储系统上。

显然不是:发布似乎是 GitHub 专有的,而不是附加到您的 Git 存储库的元数据(使用 git 注释作为示例)。

在此功能发布时(Release Your Software, July 2013), the blog post "About Github's New Releases Feature”注:

However, there's something that still bothers me. It's tightly coupled into Github which only allows us to enter the information into Github's Releases system.
We can't transfer the data together with our Github repo if we decide to move the project from Github.
We also can't versionize or collaborate on the changelogs through Pull Requests.