@actions/core 1.8.0 release

This commit is contained in:
Rob Herley
2022-05-05 20:17:30 +00:00
committed by GitHub
parent c4ae214c26
commit e73063a93c
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# @actions/core Releases
### 1.8.0
- Deprecate `markdownSummary` extension export in favor of `summary`
- https://github.com/actions/toolkit/pull/1072
- https://github.com/actions/toolkit/pull/1073
### 1.7.0
- [Added `markdownSummary` extension](https://github.com/actions/toolkit/pull/1014)