Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto. Delete this dupe file.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

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

For detailed development setup, testing, and other guidelines, please see the full [Contributing Guide](./docs/CONTRIBUTING.md).

## 🚀 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).
ℹ️ 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).
4 changes: 3 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ The `docs-generate` Poe task is mapped to the `run()` function of `docs/generate

## Release Management

Please see the [Release Management](./RELEASES.md) guide for information on how to perform releases and pre-releases.
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).

Please also see the [Release Management](./RELEASES.md) guide for repo-specific information on how to perform releases and pre-releases.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't put this content here, since we have a dedicated page already for releases. Put the content into RELEASES.md - or if there's no need for that page anymore (because our new docs cover everything) delete it, in which case the content can live here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done — reverted docs/CONTRIBUTING.md back to its original text (just links to RELEASES.md), deleted the duplicate root CONTRIBUTING.md, and moved the semantic-pr-release-drafter reference into docs/RELEASES.md at the top of the page. The existing repo-specific content in RELEASES.md is preserved.


Devin session


## FAQ

Expand Down
Loading