]> source.dussan.org Git - gitea.git/commit
Check if the release is converted from the tag when updating the release (#30984...
authorGiteabot <teabot@gitea.io>
Wed, 15 May 2024 21:34:38 +0000 (05:34 +0800)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 21:34:38 +0000 (16:34 -0500)
commit0c9dcda10d3938b80166a4cffa2854d34a0134fb
tree1e012f23d636af99cbb18fd81f7ca7d57d86a7b6
parentcb52eb639e5d9b36794e46ec2e09d633c23c7322
Check if the release is converted from the tag when updating the release (#30984) (#30986)

We should call `notify_service.NewRelease` when a release is created
from an existing tag.

Co-authored-by: Zettat123 <zettat123@gmail.com>
services/release/release.go