You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/contributing/workflow.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,18 @@ First, see [our versioning policy](/usage/install/#versioning-policy).
58
58
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`.
59
59
A GitHub action [workflow](https://github.com/golangci/golangci-lint/blob/master/.github/workflows/tag.yml) will start building and publishing release after that.
60
60
61
-
After making a release you need to update (TODO: automate partially):
61
+
After making a release you need to update:
62
62
63
63
1. GitHub [action config](https://github.com/golangci/golangci-lint/blob/master/assets/github-action-config.json) by running:
64
64
65
65
```sh
66
66
make assets/github-action-config.json
67
67
```
68
68
69
-
2. The latest version in documentation on our website:
69
+
2. The latest netlify state (e.g. docs/template_date.state):
0 commit comments