Remove explicit 'generate' calls, fix release task (#9288)

* Remove more explicit 'generate' calls

`generate` is now implicit during `build` since #9114, it is no longer
necessary or desired to specify it explicitely.

* add js,css,generate dependencies to release task

* remove generate warning as per @lunny
This commit is contained in:
silverwind 2019-12-08 17:56:59 +01:00 committed by Lauris BH
parent 95a57394af
commit 3f42934b9a
8 changed files with 7 additions and 14 deletions

View file

@ -31,7 +31,7 @@ This project has been
From the root of the source tree, run:
TAGS="bindata" make generate all
TAGS="bindata" make build
More info: https://docs.gitea.io/en-us/install-from-source/