Skip to content

Commit 048a99c

Browse files
authored
fix: link and tweak issue template title (#1949)
* fix: link and tweak issue template title * makes it specific * remove redundant instructions * fix paths * add bold style
1 parent cb4cda1 commit 048a99c

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

Diff for: .github/ISSUE_TEMPLATE/4-conduit-release.yml

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Checklist
1+
name: 🚢 Conduit release checklist
22
description: Use this template to guide you through the Conduit release process.
33
title: '[Release] Conduit vX.Y.Z'
44
labels:
@@ -35,15 +35,21 @@ body:
3535
attributes:
3636
label: Update Dependencies
3737
options:
38-
- label: 'conduit-commons: Run `scripts/get-compare-link.sh ../conduit-commons/` to compare the latest tag and `main` branch. If changes are needed, push a new tag.'
39-
- label: 'conduit-connector-protocol: Update `conduit-commons` if necessary: `go get github.com/conduitio/[email protected]`. Run `scripts/get-compare-link.sh ../conduit-connector-protocol/` and tag if needed.'
40-
- label: 'conduit-connector-sdk: Update dependencies (`conduit-commons`, `conduit-connector-protocol`) as needed. Run `scripts/get-compare-link.sh ../conduit-connector-sdk/` and tag if needed.'
41-
- label: 'conduit-processor-sdk: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-processor-sdk/` and tag if needed.'
42-
- label: 'conduit-schema-registry: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-schema-registry/` and tag if needed.'
43-
- label: 'Connector SDK in conduit-connector-template: Bump the Connector SDK dependency.'
44-
- label: 'Built-in connectors: Bump the Connector SDK: `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. For each built-in connector (file, kafka, generator, s3, postgres, log), run `scripts/get-compare-link.sh ../conduit-processor-sdk/` and tag if needed.'
45-
- label: 'Bump built-in connectors: Run `scripts/bump-builtin-connectors.sh`'
46-
- label: 'Conduit: Update dependencies (`conduit-schema-registry`, `conduit-connector-sdk`, `conduit-processor-sdk`, `conduit-connector-protocol`, `conduit-commons`) if needed. Release Conduit (see instructions below).'
38+
- label: '**conduit-commons**: Run `scripts/get-compare-link.sh ../conduit-commons/` to compare the latest tag and `main` branch. If changes are needed, push a new tag.'
39+
- label: '**conduit-connector-protocol**: Update `conduit-commons` if necessary: `go get github.com/conduitio/[email protected]`. Run `scripts/get-compare-link.sh ../conduit-connector-protocol/` and tag if needed.'
40+
- label: '**conduit-connector-sdk**: Update dependencies (`conduit-commons`, `conduit-connector-protocol`) as needed. Run `scripts/get-compare-link.sh ../conduit-connector-sdk/` and tag if needed.'
41+
- label: '**conduit-processor-sdk**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-processor-sdk/` and tag if needed.'
42+
- label: '**conduit-schema-registry**: Update `conduit-commons` if necessary. Run `scripts/get-compare-link.sh ../conduit-schema-registry/` and tag if needed.'
43+
- label: '**Connector SDK in conduit-connector-template**: Bump the Connector SDK dependency.'
44+
- label: '**conduit-connector-file**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-file/` and tag if needed.'
45+
- label: '**conduit-connector-kafka**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-kafka/` and tag if needed.'
46+
- label: '**conduit-connector-generator**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-generator/` and tag if needed.'
47+
- label: '**conduit-connector-s3**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-s3/` and tag if needed.'
48+
- label: '**conduit-connector-postgres**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-postgres/` and tag if needed.'
49+
- label: '**conduit-connector-log**: Bump the Connector SDK `scripts/bump-sdk-in-connectors.sh vX.Y.Z`. Run `scripts/get-compare-link.sh ../conduit-connector-log/` and tag if needed.'
50+
- label: '**Bump built-in connectors on Conduit**: Run `scripts/bump-builtin-connectors.sh`'
51+
- label: '**Release Conduit** (see instructions below).'
52+
4753

4854
- type: markdown
4955
attributes:

Diff for: docs/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information, please check [Triggering a workflow from a workflow](https
3434

3535
## How to release
3636

37-
In order to create a new Conduit release, you'll need to create a new issue using the ["Release" template](https://github.com/ConduitIO/conduit/issues/new?template=release-checklist.yml&title=%5BRelease%5D%20Conduit%20vX.Y.Z).
37+
In order to create a new Conduit release, you'll need to create a new issue using the [Conduit release template](https://github.com/ConduitIO/conduit/issues/new?assignees=&labels=release&projects=&template=4-conduit-release.yml&title=%5BRelease%5D+Conduit+vX.Y.Z).
3838

3939
The issue will guide you through the process of creating a new release.
4040

0 commit comments

Comments
 (0)