Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Feb 20, 2021
1 parent 4e1eb73 commit 9a38483
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 'CI'
on:
pull_request:
paths-ignore: [ 'README.md' ]
paths-ignore: [ '*.md' ]
push:
paths-ignore: [ 'README.md' ]
paths-ignore: [ '*.md' ]
branches:
- main
workflow_dispatch:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v1.1.0
- [Support public repo PR workflow](https://github.com/dorny/test-reporter/pull/56)

# v1.0.0
Supported languages / frameworks:
- .NET / xUnit / NUnit / MSTest
- Dart / test
- Flutter / test
- JavaScript / JEST

0 comments on commit 9a38483

Please sign in to comment.