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
@@ -69,7 +67,7 @@ Customize `acceptance-test-config.yml` file to configure acceptance tests. See [
69
67
If your connector requires to create or destroy resources for use during acceptance tests create fixtures for it and place them inside integration_tests/acceptance.py.
70
68
71
69
### Dependency Management
72
-
All of your dependencies should be managed via Poetry.
70
+
All of your dependencies should be managed via Poetry.
73
71
To add a new dependency, run:
74
72
```bash
75
73
poetry add <package-name>
@@ -80,12 +78,12 @@ Please commit the changes to `pyproject.toml` and `poetry.lock` files.
80
78
## Publishing a new version of the connector
81
79
You've checked out the repo, implemented a million dollar feature, and you're ready to share your changes with the world. Now what?
82
80
1. Make sure your changes are passing our test suite: `airbyte-ci connectors --name=destination-timeplus test`
83
-
2. Bump the connector version (please follow [semantic versioning for connectors](https://docs.airbyte.com/contributing-to-airbyte/resources/pull-requests-handbook/#semantic-versioning-for-connectors)):
81
+
2. Bump the connector version (please follow [semantic versioning for connectors](https://docs.airbyte.com/contributing-to-airbyte/resources/pull-requests-handbook/#semantic-versioning-for-connectors)):
84
82
- bump the `dockerImageTag` value in in `metadata.yaml`
85
83
- bump the `version` value in `pyproject.toml`
86
84
3. Make sure the `metadata.yaml` content is up to date.
87
85
4. Make sure the connector documentation and its changelog is up to date (`docs/integrations/destinations/timeplus.md`).
88
86
5. Create a Pull Request: use [our PR naming conventions](https://docs.airbyte.com/contributing-to-airbyte/resources/pull-requests-handbook/#pull-request-title-convention).
89
87
6. Pat yourself on the back for being an awesome contributor.
90
88
7. Someone from Airbyte will take a look at your PR and iterate with you to merge it into master.
91
-
8. Once your PR is merged, the new version of the connector will be automatically published to Docker Hub and our connector registry.
89
+
8. Once your PR is merged, the new version of the connector will be automatically published to Docker Hub and our connector registry.
0 commit comments