-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
blockedNeed's direct action from maintainerNeed's direct action from maintainer
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
`
ernado
Metadata
Metadata
Assignees
Labels
blockedNeed's direct action from maintainerNeed's direct action from maintainer