Skip to content

Commit 3595d24

Browse files
zkoppertCopilot
andcommitted
feat: Add CHANGELOG for v1.0.0 stable release
Document all features shipping in the initial stable release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9bb7499 commit 3595d24

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.0] - 2025-03-14
6+
7+
### Initial stable release
8+
9+
PR Conflict Detector is now considered stable and ready for production use.
10+
11+
### Features
12+
13+
- **Cross-repository conflict detection** - Scan an entire organization, a single repository, or a list of repositories for overlapping PR changes
14+
- **Line-level analysis** - Detects conflicts at the line range level, not just file overlap
15+
- **Same-author filtering** - Automatically excludes conflicts where both PRs are authored by the same person
16+
- **Conflict deduplication** - Tracks conflict history via GitHub Issues to only notify on new or changed conflicts
17+
- **Merge simulation verification** - Optionally verifies conflicts using GitHub's merge API (`VERIFY_CONFLICTS`)
18+
- **Draft PR support** - Optionally includes draft PRs in analysis (`INCLUDE_DRAFTS`)
19+
- **Author and team filtering** - Filter analysis to specific authors (`FILTER_AUTHORS`) or teams (`FILTER_TEAMS`)
20+
- **Multiple output formats**:
21+
- Markdown report with GitHub Actions step summary
22+
- JSON report for programmatic consumption
23+
- GitHub Issues opened in affected repositories
24+
- PR comments posted directly on conflicting PRs (`ENABLE_PR_COMMENTS`)
25+
- Per-conflict Slack notifications with @mentions (`SLACK_WEBHOOK_URL`, `SLACK_CHANNEL`)
26+
- **Flexible authentication** - Supports GitHub App credentials, personal access tokens, and `GITHUB_TOKEN`
27+
- **GitHub Enterprise Server support** via `GH_ENTERPRISE_URL`
28+
- **Scalable** - Handles organizations with hundreds of open pull requests via pagination and rate limit awareness

0 commit comments

Comments
 (0)