diff --git a/docs/src/docs/contributing/workflow.mdx b/docs/src/docs/contributing/workflow.mdx index 58c845772f3b..e609cb666576 100644 --- a/docs/src/docs/contributing/workflow.mdx +++ b/docs/src/docs/contributing/workflow.mdx @@ -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 (TODO: automate partially): +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: @@ -66,10 +66,10 @@ After making a release you need to update (TODO: automate partially): make assets/github-action-config.json ``` -2. The latest version in documentation on our website: +2. The latest netlify state (e.g. docs/template_date.state): ```sh -make expand_website_templates +make update_netlify_state ``` 3. Contributors list