Skip to content

Commit

Permalink
Changelog script. Add ability to check PRs (#5203)
Browse files Browse the repository at this point in the history
Needed for
https://youtrack.jetbrains.com/issue/CMP-7409/Add-a-CI-check-for-PR-containing-Release-Notes

Also fix a bug with not working N/A release notes

## Testing
```
action=checkPr JetBrains/compose-multiplatform 5188
```
works with different values correctly

```
changelog.main.kts v1.8.0-alpha01..HEAD 
```
excludes N/A

Better to compare not via GitHub diff, as it hard to compare identated
code.

## Release Notes
N/A
  • Loading branch information
igordmn authored Jan 16, 2025
1 parent 19ed537 commit 29863d1
Showing 1 changed file with 232 additions and 146 deletions.
Loading

0 comments on commit 29863d1

Please sign in to comment.