From 3ffaa1881c3d2ba2dc013e6f47032da0c9094299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haris=20Osmanagi=C4=87?= Date: Wed, 13 Nov 2024 10:27:01 +0100 Subject: [PATCH] Conduit release template: add command for re-generating processor docs (#1965) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Barroso --- .github/ISSUE_TEMPLATE/4-conduit-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4-conduit-release.yml b/.github/ISSUE_TEMPLATE/4-conduit-release.yml index f98759577..260db8a94 100644 --- a/.github/ISSUE_TEMPLATE/4-conduit-release.yml +++ b/.github/ISSUE_TEMPLATE/4-conduit-release.yml @@ -61,8 +61,8 @@ body: label: Documentation options: - label: 'Write a blog post.' - - label: 'Regenerate processor documentation on [conduit-site](https://github.com/ConduitIO/conduit-site).' - - label: 'Update the banner on the [website](https://github.com/ConduitIO/conduit-site). ⚠️ Remember to bump the `announcementBar.id`.' + - label: 'Regenerate processor documentation on [conduit-site](https://github.com/ConduitIO/conduit-site) by running `cd src/processorgen/ && make generate`.' + - label: 'Update the banner on the [website](https://github.com/ConduitIO/conduit-site). ⚠️ Remember to bump the `announcementBar.id` in `docusaurus.config.ts`.' - label: 'Create a changelog on the [website](https://github.com/ConduitIO/conduit-site).' - label: 'Search and replace the latest version in [`conduit-site`](https://github.com/ConduitIO/conduit-site).' - label: 'Search and replace the latest version in [README.md](https://github.com/ConduitIO/conduit/blob/main/README.md).'