Skip to content

Commit d7a1fe8

Browse files
authored
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?
1 parent 65f79d2 commit d7a1fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connector-development/README.md

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

0 commit comments

Comments
 (0)