Skip to content

Commit

Permalink
Update the steps to make sure only template_date.state file is update…
Browse files Browse the repository at this point in the history
…d. (#1236)

Related to #1234

Signed-off-by: sayboras <sayboras@yahoo.com>
  • Loading branch information
sayboras committed Jul 12, 2020
1 parent 4ea3adc commit a52e5ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/docs/contributing/workflow.mdx
Expand Up @@ -58,18 +58,18 @@ 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:

```sh
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
Expand Down

0 comments on commit a52e5ed

Please sign in to comment.