Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 2 additions & 8 deletions docs/src/docs/contributing/workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 0 additions & 2 deletions docs/src/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- TODO: use `allcontributors` -->

## Stargazers over time

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