mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Add CHANGELOG.md
This commit is contained in:
parent
4e1eb73eb5
commit
9a38483bcc
2 changed files with 13 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue