mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: list contributors
This commit is contained in:
parent
3c46e160de
commit
a1e1226977
13 changed files with 2392 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue