[#1578] Minor Makefile fixes

- Add VERSION file to make it work without .git folder
- Remove obsolete GO111MODULE flag
- Move linter version to variable
- clean .cache on `make clean`
- Move help target to a separate help.mk file

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2022-07-05 16:56:30 +03:00 committed by fyrchik
parent a153e040cb
commit 930b51b57d
4 changed files with 27 additions and 18 deletions

View file

@ -28,6 +28,11 @@ Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates
following the [semantic versioning](https://semver.org/) standard. Tag must be
created from the latest commit of the master branch.
## Update VERSION files
Make sure the VERSION file contains correct release version. It must be the tag
you have just created.
## Push changes and release tag to GitHub
This step should bypass the default PR mechanism to get a correct result (so