diff --git a/docs/connector-development/README.md b/docs/connector-development/README.md index 97c9eaa41b2e..4a3773d49f6c 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. 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