Skip to content

Commit a52e5ed

Browse files
authored
Update the steps to make sure only template_date.state file is updated. (#1236)
Related to #1234 Signed-off-by: sayboras <sayboras@yahoo.com>
1 parent 4ea3adc commit a52e5ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/docs/contributing/workflow.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ First, see [our versioning policy](/usage/install/#versioning-policy).
5858
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`.
5959
A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that.
6060

61-
After making a release you need to update (TODO: automate partially):
61+
After making a release you need to update:
6262

6363
1. GitHub [action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
6464

6565
```sh
6666
make assets/github-action-config.json
6767
```
6868

69-
2. The latest version in documentation on our website:
69+
2. The latest netlify state (e.g. docs/template_date.state):
7070

7171
```sh
72-
make expand_website_templates
72+
make update_netlify_state
7373
```
7474

7575
3. Contributors list

0 commit comments

Comments
 (0)