From 27b64fbcafbfea6a9534c7d96cbf17e3eeefa0c7 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 29 Oct 2023 14:47:46 +0200 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 611665bb..51eafa80 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,13 +7,14 @@ - codiumai/pr-agent:0.9-github_action ### Added::Algo -- New tool `/generate_labels`, and new ability to use customize labels if every tool - see [link](https://github.com/Codium-ai/pr-agent/blob/hl/custom_labels/docs/GENERATE_CUSTOM_LABELS.md#configuration-changes) -- GitHub Action: Can now use a `.pr_agent.toml` file to control configuration (see [Usage Guide](./Usage.md#working-with-github-action)) -- GitHub App: Added ability to trigger tools on push events (see [link](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L91)_ -- Support custom domain URLs for azure devOps integration (see [link](https://github.com/Codium-ai/pr-agent/pull/381)) +- New tool `/generate_labels` - see [link](https://github.com/Codium-ai/pr-agent/blob/hl/custom_labels/docs/GENERATE_CUSTOM_LABELS.md) +- New ability to use customize labels on `review` and `describe` tools - see [link](https://github.com/Codium-ai/pr-agent/blob/hl/custom_labels/docs/GENERATE_CUSTOM_LABELS.md#configuration-changes) +- GitHub Action: Can now use a `.pr_agent.toml` file to control configuration parameters (see [Usage Guide](./Usage.md#working-with-github-action)) +- GitHub App: Added ability to trigger tools on push events (see [link](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L91)) +- Support custom domain URLs for azure devops integration (see [link](https://github.com/Codium-ai/pr-agent/pull/381)) ### Added::Documentation -Significant documentation updates (see [installation guide](https://github.com/Codium-ai/pr-agent/blob/main/INSTALL.md)], [Usage guide](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md), and [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md)) +Significant documentation updates (see [Installation Guide](https://github.com/Codium-ai/pr-agent/blob/main/INSTALL.md), [Usage Guide](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md), and [Tools Guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md)) ### Fixed - Fixed support for BitBucket pipeline (see [link](https://github.com/Codium-ai/pr-agent/pull/386))