Skip to content

Commit e7d6c06

Browse files
chore: add changelog for version 3.0.0 with breaking changes
1 parent 4769394 commit e7d6c06

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.markdown-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ MD046:
2626
# Allow hard tabs in code
2727
MD010:
2828
ignore_code_blocks: true
29+
30+
# Disable duplicate headings (for CHANGELOG.md)
31+
MD024: false

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- markdownlint-disable MD024 -->
2+
3+
# Changelog
4+
5+
## [3.0.0] - 2025-12-17
6+
7+
### Breaking Changes
8+
9+
- Changed `max-annotations` to apply per annotation type (error/warning/notice)
10+
instead of globally. Default reduced from 50 to 10.
11+
- Added new `token` input for GitHub API access (required for PR comments).
12+
- Support for creating PR comments when annotations are skipped due to limits.
13+
14+
## [2.0.0]
15+
16+
- Prioritize error annotations over warnings and notices when limits are
17+
reached.
18+
19+
## [1.0.0]
20+
21+
### Added
22+
23+
- Initial release of the report annotation action.

0 commit comments

Comments
 (0)