Skip to content

Commit 2afa6e1

Browse files
authored
docs: remove outdated update contributors instructions (golangci#5234)
1 parent e85310c commit 2afa6e1

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ website_dump_info:
109109
go run ./scripts/website/dump_info/
110110
.PHONY: website_dump_info
111111

112-
update_contributors_list:
113-
cd .github/contributors && npm run all
114-
115112
# Functions
116113

117114
# Check that given variables are set and all have non-empty values,

docs/src/docs/contributing/workflow.mdx

+2-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,8 @@ First, see [our versioning policy](/product/roadmap/#versioning-policy).
5656
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`.
5757
A GitHub Action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that.
5858

59-
After making a release you need to update:
60-
61-
1. GitHub [Action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
59+
After making a release you need to update
60+
GitHub [Action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
6261
```sh
6362
make assets/github-action-config.json
6463
```
65-
66-
2. Contributors list:
67-
```sh
68-
make update_contributors_list # may take 15 min
69-
```

docs/src/docs/index.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ This project exists thanks to all the people who contribute. [How to contribute]
6060

6161
[![golangci-lint contributors](https://opencollective.com/golangci-lint/contributors.svg?width=890&button=false&skip=golangcidev,CLAassistant,renovate,fossabot,golangcibot,kortschak,golangci-releaser,dependabot%5Bbot%5D)](https://github.com/golangci/golangci-lint/graphs/contributors)
6262

63-
<!-- TODO: use `allcontributors` -->
64-
6563
## Stargazers over time
6664

6765
[![Stargazers over time](https://starchart.cc/golangci/golangci-lint.svg)](https://starchart.cc/golangci/golangci-lint)

0 commit comments

Comments
 (0)