Add CHANGELOG.md

This commit is contained in:
Michal Dorner 2021-02-20 14:56:43 +01:00
parent 4e1eb73eb5
commit 9a38483bcc
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
2 changed files with 13 additions and 2 deletions

View file

@ -1,9 +1,9 @@
name: 'CI' name: 'CI'
on: on:
pull_request: pull_request:
paths-ignore: [ 'README.md' ] paths-ignore: [ '*.md' ]
push: push:
paths-ignore: [ 'README.md' ] paths-ignore: [ '*.md' ]
branches: branches:
- main - main
workflow_dispatch: workflow_dispatch:

11
CHANGELOG.md Normal file
View file

@ -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