You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connector-development/README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,22 @@ Once you've finished iterating on the changes to a connector as specified in its
160
160
* `airbyte-config/init/src/main/resources/seed/destination_definitions.yaml` if it is a destination.
161
161
162
162
* 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.
163
-
164
-
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.
165
-
6. The new version of the connector is now available for everyone who uses it. Thank you!
163
+
164
+
5. The new version of the connector is now available for everyone who uses it. Thank you!
165
+
166
+
167
+
### Updating Connector Metadata
168
+
169
+
When a new (or updated version) of a connector is ready to be published, our automations will check your branch for a few things:
170
+
* Does the connector have an icon?
171
+
* Does the connector have documentation and is it in the proper format?
172
+
* Does the connector have a changelog entry for this version?
173
+
174
+
If any of the above are failing, you won't be able to merge your PR or publish your connector.
175
+
176
+
Connector icons should be square SVGs and be located in [this directory](https://github.com/airbytehq/airbyte/tree/master/airbyte-config/init/src/main/resources/icons).
177
+
178
+
Connector documentation and changelogs are markdown files which live either [here for sources](https://github.com/airbytehq/airbyte/tree/master/docs/integrations/sources), or [here for destinations](https://github.com/airbytehq/airbyte/tree/master/docs/integrations/destinations).
0 commit comments