1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Clarify what the /publish command does with the version (#13236)

I found this confusing in the past - do I need to bump the version in 2 places?
This commit is contained in:
Evan Tahler
2022-05-27 09:30:27 -07:00
committed by GitHub
parent 65f79d26b9
commit d7a1fe8224

View File

@@ -119,7 +119,7 @@ Once you've finished iterating on the changes to a connector as specified in its
# Example: /test connector=connectors/source-hubspot
/test connector=(connectors|bases)/<connector_name>
# to run integration tests, publish the connector and bump the connector version
# to run integration tests, publish the connector, and use the updated connector version in our config/metadata files
# Example: /publish connector=connectors/source-hubspot
/publish connector=(connectors|bases)/<connector_name>
```