From adc7cb09033598debe6dbe944dcaf2773b93677c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Fri, 8 Nov 2024 17:51:55 +0100 Subject: [PATCH] update template --- .github/ISSUE_TEMPLATE/4-conduit-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4-conduit-release.yml b/.github/ISSUE_TEMPLATE/4-conduit-release.yml index e68a6eed9..b8928c027 100644 --- a/.github/ISSUE_TEMPLATE/4-conduit-release.yml +++ b/.github/ISSUE_TEMPLATE/4-conduit-release.yml @@ -65,7 +65,7 @@ body: - label: 'Update the banner on the [website](https://github.com/ConduitIO/conduit-site).' - label: 'Create a changelog on the [website](https://github.com/ConduitIO/conduit-site).' - label: 'Search and replace the latest version in `conduit-site`.' - - label: 'Search and replace the latest version in [README.md](../README.md).' + - label: 'Search and replace the latest version in [README.md](https://github.com/ConduitIO/conduit/blob/main/README.md).' - type: markdown attributes: @@ -76,7 +76,6 @@ body: attributes: label: Releasing Conduit options: - - label: 'Trigger a release by pushing a new tag starting with `v` (e.g., `v1.2.3`).' - label: 'Use the script [scripts/tag.sh](https://github.com/ConduitIO/conduit/blob/main/scripts/tag.sh) to ensure version conformity.' - type: markdown