]> source.dussan.org Git - gitea.git/commit
Send tag create and push webhook when release created on UI (#8671)
authorBenno <blueworrybear@gmail.com>
Fri, 22 Nov 2019 22:13:57 +0000 (06:13 +0800)
committertechknowlogick <techknowlogick@gitea.io>
Fri, 22 Nov 2019 22:13:57 +0000 (17:13 -0500)
commiteb1b225d9a920e68ce415b9732b4ec1d9527a2a2
tree498e52cfbe4614897358dd88ab5148b13c8b35b8
parenta4e398dc45c5ce8e4b6e1c6d9599b30316b82ae1
Send tag create and push webhook when release created on UI (#8671)

* 'update'

* Send push tag event when release created

* send tag create event while release created in UI

* update to go v1.13

* fix gofmt error

* update #8671 move release tag created hook to modules/notification/webhook due to #8802 refactoring

* use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag

* move tag notification to correct place
services/release/release.go