|
1 |
| -name: Release Checklist |
| 1 | +name: 🚢 Conduit release checklist |
2 | 2 | description: Use this template to guide you through the Conduit release process.
|
3 | 3 | title: '[Release] Conduit vX.Y.Z'
|
4 | 4 | labels:
|
@@ -35,15 +35,21 @@ body:
|
35 | 35 | attributes:
|
36 | 36 | label: Update Dependencies
|
37 | 37 | 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 | + |
47 | 53 |
|
48 | 54 | - type: markdown
|
49 | 55 | attributes:
|
|
0 commit comments