Skip to content

Commit b9d6272

Browse files
docs: link root CONTRIBUTING.md to existing docs and add semantic-pr-release-drafter references
Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 7f41401 commit b9d6272

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Thank you for your interest in contributing to the Airbyte Python CDK!
44

5+
For detailed development setup, testing, and other guidelines, please see the full [Contributing Guide](./docs/CONTRIBUTING.md).
6+
57
## 🚀 Releasing
68

79
This project uses [`semantic-pr-release-drafter`](https://github.com/aaronsteers/semantic-pr-release-drafter) for automated release management. To release, simply click "`Edit`" on the latest release draft from the [releases page](https://github.com/airbytehq/airbyte-python-cdk/releases), and then click "`Publish release`". This publish operation will trigger all necessary downstream publish operations.
810

9-
ℹ️ For more detailed instructions, please see the [Releasing Guide](https://github.com/aaronsteers/semantic-pr-release-drafter/blob/main/docs/releasing.md).
11+
ℹ️ For more detailed instructions, please see the [Releasing Guide](https://github.com/aaronsteers/semantic-pr-release-drafter/blob/main/docs/releasing.md) and the [Release Management Guide](./docs/RELEASES.md).

docs/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ The `docs-generate` Poe task is mapped to the `run()` function of `docs/generate
9595

9696
## Release Management
9797

98-
Please see the [Release Management](./RELEASES.md) guide for information on how to perform releases and pre-releases.
98+
This project uses [`semantic-pr-release-drafter`](https://github.com/aaronsteers/semantic-pr-release-drafter) for automated release management. For more information, see the [Releasing Guide](https://github.com/aaronsteers/semantic-pr-release-drafter/blob/main/docs/releasing.md).
99+
100+
Please also see the [Release Management](./RELEASES.md) guide for repo-specific information on how to perform releases and pre-releases.
99101

100102
## FAQ
101103

0 commit comments

Comments
 (0)