Closed
Description
Need to investigate on how to automate this
Originally posted by @sayboras in #1207 (comment)
Currently we have Make target make assets/github-action-config.json
to update github-action-config.json, will be better to have it run as part of release automatically.
Updated: Just found the below steps in https://github.com/golangci/golangci-lint/blob/master/docs/src/docs/contributing/workflow.mdx
After making a release you need to update (TODO: automate partially):
- GitHub action config by running:
make assets/github-action-config.json
- Update netlify state hash
make update_netlify_state
- Contributors list
make update_contributors_list # may take 15 min
`