Commit d74eabf
authored
Mention go-generate when building local changes (#10174)
## What changed?
A couple of trivial changes to `CONTRIBUTING.md`.
## Why?
- Mention `make go-generate` in the instructions for building with API
changes from other repos. This step is required if adding new endpoints,
such as extending `workflowservice.WorkflowServiceClient`.
- Removes reference to the `make copyright` target. The copyright
headers were removed in
#7689, which was merged last
year.
## How did you test it?
NA
## Potential risks
None1 parent 18d5ae9 commit d74eabf
1 file changed
Lines changed: 6 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
248 | 244 | | |
249 | 245 | | |
250 | 246 | | |
| |||
0 commit comments