diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index fff63a39c..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,9 +0,0 @@ -# Contributing - -Thank you for your interest in contributing to the Airbyte Python CDK! - -## 🚀 Releasing - -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. - -â„šī¸ For more detailed instructions, please see the [Releasing Guide](https://github.com/aaronsteers/semantic-pr-release-drafter/blob/main/docs/releasing.md). diff --git a/docs/RELEASES.md b/docs/RELEASES.md index 3ae16743b..7572aa377 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,5 +1,7 @@ # Airbyte Python CDK - Release Management Guide +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). + ## Publishing stable releases of the CDK and SDM A few seconds after any PR is merged to `main` , a release draft will be created or updated on the releases page here: https://github.com/airbytehq/airbyte-python-cdk/releases. Here are the steps to publish a CDK release: