Update the steps to make sure only template_date.state file is updated. (#1236)
Related to https://github.com/golangci/golangci-lint/pull/1234 Signed-off-by: sayboras <sayboras@yahoo.com>
This commit is contained in:
parent
4ea3adc621
commit
a52e5ede26
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user