docs: list contributors

This commit is contained in:
Denis Isaev 2020-05-19 14:38:46 +03:00
parent 3c46e160de
commit a1e1226977
No known key found for this signature in database
GPG key ID: E3AC3F0F5A16B88A
13 changed files with 2392 additions and 6 deletions

View file

@ -58,7 +58,7 @@ First, see [our versioning policy](/usage/install/#versioning-policy).
To make a new release create a tag `vx.y.z`. Don't forget to add zero patch version for a new minor release, e.g. `v1.99.0`.
A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that.
After making a release you need to update:
After making a release you need to update (TODO: automate partially):
1. GitHub [action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
@ -71,3 +71,9 @@ make assets/github-action-config.json
```sh
make expand_website_templates
```
3. Contributors list
```sh
make update_contributors_list # may take 15 min
```