From ab083054b2eaf557f39874b6f27c49f9d934358f Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 17 Dec 2024 01:46:18 +0200 Subject: [PATCH] docs: remove outdated contributors update instructions --- Makefile | 3 --- docs/src/docs/contributing/workflow.mdx | 10 ++-------- docs/src/docs/index.mdx | 2 -- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 4227e98faa0d..a4b451c83f9f 100644 --- a/Makefile +++ b/Makefile @@ -109,9 +109,6 @@ website_dump_info: go run ./scripts/website/dump_info/ .PHONY: website_dump_info -update_contributors_list: - cd .github/contributors && npm run all - # Functions # Check that given variables are set and all have non-empty values, diff --git a/docs/src/docs/contributing/workflow.mdx b/docs/src/docs/contributing/workflow.mdx index e534a27a9502..53f92dff9d1f 100644 --- a/docs/src/docs/contributing/workflow.mdx +++ b/docs/src/docs/contributing/workflow.mdx @@ -56,14 +56,8 @@ First, see [our versioning policy](/product/roadmap/#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: - -1. GitHub [Action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running: +After making a release you need to update +GitHub [Action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running: ```sh make assets/github-action-config.json ``` - -2. Contributors list: -```sh -make update_contributors_list # may take 15 min -``` diff --git a/docs/src/docs/index.mdx b/docs/src/docs/index.mdx index 32748c1ef95a..34abc33002b8 100644 --- a/docs/src/docs/index.mdx +++ b/docs/src/docs/index.mdx @@ -60,8 +60,6 @@ This project exists thanks to all the people who contribute. [How to contribute] [![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) - - ## Stargazers over time [![Stargazers over time](https://starchart.cc/golangci/golangci-lint.svg)](https://starchart.cc/golangci/golangci-lint)