diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 11:54:08 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-01 11:54:08 -0400 |
| commit | 067d56ba035fd13584741f0ce3356ea8ae4f1fd3 (patch) | |
| tree | 7c6a58d233c54a857e4459837314c804a7f5e643 /CONTRIBUTING.md | |
| parent | copy changes to ci.yml (diff) | |
| download | sharkey-067d56ba035fd13584741f0ce3356ea8ae4f1fd3.tar.gz sharkey-067d56ba035fd13584741f0ce3356ea8ae4f1fd3.tar.bz2 sharkey-067d56ba035fd13584741f0ce3356ea8ae4f1fd3.zip | |
docs: add instructions for updating ci.yml
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99be357d30..e33b33e524 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -679,6 +679,7 @@ seems to do a decent job) * `packages/frontend/src/ui/deck/tl-column.vue` * `packages/frontend/src/widgets/WidgetTimeline.vue` * from `packages/backend/src/queue/processors/InboxProcessorService.ts` to `packages/backend/src/core/UpdateInstanceQueue.ts`, where `updateInstanceQueue` is impacted + * from `.config/example.yml` to `.config/ci.yml` * if there have been any changes to the federated user data (the `renderPerson` function in `packages/backend/src/core/activitypub/ApRendererService.ts`), make sure that the set of fields in `userNeedsPublishing` and `profileNeedsPublishing` in `packages/backend/src/server/api/endpoints/i/update.ts` are still correct. * check the changes against our `develop` (`git diff develop`) and against Misskey (`git diff misskey/develop`) * re-generate `misskey-js` (`pnpm build-misskey-js-with-types`) and commit |