0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-03-25 07:58:24 +01:00
Benno eb1b225d9a Send tag create and push webhook when release created on UI ()
* '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  move release tag created hook to modules/notification/webhook due to  refactoring

* use NotifyCreateRef and NotifyPushCommits instead of NotifyNewReleaseTag

* move tag notification to correct place
2019-11-22 17:13:57 -05:00
..