From 56b4f13b95811ae2103c85151b57bd4b4446b659 Mon Sep 17 00:00:00 2001 From: Jonathan Pearlin Date: Tue, 5 Jul 2022 13:24:02 -0400 Subject: [PATCH 1/2] Add changelog update to publishing steps --- docs/connector-development/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/connector-development/README.md b/docs/connector-development/README.md index b1bcbd6a0072..b5d71104387d 100644 --- a/docs/connector-development/README.md +++ b/docs/connector-development/README.md @@ -131,7 +131,8 @@ Once you've finished iterating on the changes to a connector as specified in its * Then run the command `./gradlew :airbyte-config:init:processResources` to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information. -5. The new version of the connector is now available for everyone who uses it. Thank you! +5. OPTIONAL: If the `README.md` file of the connector contains a `Changelog` section, add the new version and relevant release information to the table in the section. +6. The new version of the connector is now available for everyone who uses it. Thank you! ### The /publish command From 08667d94a621aa724db1ebacf3ca497760c5402b Mon Sep 17 00:00:00 2001 From: Jonathan Pearlin Date: Tue, 19 Jul 2022 11:47:14 -0400 Subject: [PATCH 2/2] Remove OPTIONAL --- docs/connector-development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connector-development/README.md b/docs/connector-development/README.md index b5d71104387d..d5d6238b231d 100644 --- a/docs/connector-development/README.md +++ b/docs/connector-development/README.md @@ -131,7 +131,7 @@ Once you've finished iterating on the changes to a connector as specified in its * Then run the command `./gradlew :airbyte-config:init:processResources` to generate the seed spec yaml files, and commit the changes to the PR. See [this readme](https://github.com/airbytehq/airbyte/tree/a534bb2a8f29b20e3cc7c52fef1bc3c34783695d/airbyte-config/specs) for more information. -5. OPTIONAL: If the `README.md` file of the connector contains a `Changelog` section, add the new version and relevant release information to the table in the section. +5. If the `README.md` file of the connector contains a `Changelog` section, add the new version and relevant release information to the table in the section. 6. The new version of the connector is now available for everyone who uses it. Thank you! ### The /publish command