Skip to content

Commit 5fe6ff9

Browse files
changes for changelog update, linear issue creation
1 parent c1cf334 commit 5fe6ff9

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/changelog.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## January 21, 2025
9+
10+
### Linear Issue Creation
11+
12+
We have added the ability to create issues directly from AI Code Review Comments allowing developers to convert code review feedback into actionable Linear issues
13+
14+
---
15+
816
## January 13, 2025
917

1018
### GitLab Pipeline Failure Detection and Remediation
@@ -40,7 +48,7 @@ Future support planned for:
4048

4149
### Streamlined Multi-Repository Installation for GitLab and Azure DevOps
4250

43-
Were thrilled to announce a significant enhancement to CodeRabbit that simplifies your workflow! You can now install CodeRabbit on multiple repositories simultaneously for GitLab and Azure DevOps, eliminating the need to activate each repository individually.
51+
We're thrilled to announce a significant enhancement to CodeRabbit that simplifies your workflow! You can now install CodeRabbit on multiple repositories simultaneously for GitLab and Azure DevOps, eliminating the need to activate each repository individually.
4452

4553
With this update, you can:
4654

@@ -69,25 +77,25 @@ We have implemented several performance improvements that will enhance the speed
6977

7078
### Support for On-premises Learning and GitLab Follow-up Issue Creation
7179

72-
Learnings enable developers to fine-tune the AI for their specific files, repositories, and codebase, enhancing future reviews. Were excited to extend this feature to our on-premises customers. Additionally, weve improved our automated workflow to create follow-up issues directly from Merge Request reviews in GitLab.
80+
Learnings enable developers to fine-tune the AI for their specific files, repositories, and codebase, enhancing future reviews. We're excited to extend this feature to our on-premises customers. Additionally, we've improved our automated workflow to create follow-up issues directly from Merge Request reviews in GitLab.
7381

7482
---
7583

7684
## November 8, 2024
7785

7886
### ESLint Support
7987

80-
Were excited to announce support for **ESLint**, now extending to .vue, .svelte, and .astro files, in addition to the traditional .js, .ts, and .jsx extensions. Weve enhanced compatibility for monorepos, offering improved integration with Yarn and Pnpm workspaces for seamless project management.
88+
We're excited to announce support for **ESLint**, now extending to .vue, .svelte, and .astro files, in addition to the traditional .js, .ts, and .jsx extensions. We've enhanced compatibility for monorepos, offering improved integration with Yarn and Pnpm workspaces for seamless project management.
8189

82-
Our solution respects your existing ESLint configurations, requiring only that all dependencies are properly defined in your package.json. Please note that private plugins are not yet supported. Were dedicated to streamlining code quality maintenance and making it as efficient as possible across your web development projects.
90+
Our solution respects your existing ESLint configurations, requiring only that all dependencies are properly defined in your package.json. Please note that private plugins are not yet supported. We're dedicated to streamlining code quality maintenance and making it as efficient as possible across your web development projects.
8391

8492
---
8593

8694
## October 31, 2024
8795

8896
### Learnings and Metrics Iteration for CodeRabbit Self-Hosted Customers
8997

90-
Weve enhanced the accessibility of Learnings and Metrics for self-hosted CodeRabbit customers, delivering a more seamless experience. Easily track learning patterns and insights, with the added convenience of generating API keys directly within the interface.
98+
We've enhanced the accessibility of Learnings and Metrics for self-hosted CodeRabbit customers, delivering a more seamless experience. Easily track learning patterns and insights, with the added convenience of generating API keys directly within the interface.
9199

92100
**Setup:**
93101

docs/integrations/issue-integrations.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log
3131
```mdx-code-block
3232
<ProPlanNotice />
3333
```
34+
This integration allows CodeRabbit to connect your pull requests seamlessly with Linear, enabling bi-directional issue tracking and automated issue creation in Linear with code context.
35+
36+
CodeRabbit creates issues directly from pull requests, tracks completion of issue objectives, and allows developers to convert code review feedback into actionable Linear issues.
37+
3438

3539
### CodeRabbit App
3640

0 commit comments

Comments
 (0)