diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2316f1b..7740363 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,3 +21,9 @@ View all available tasks: ```bash poe --help ``` + +## 🚀 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/fastmcp-extensions/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).