Skip to content

Commit 190c9c6

Browse files
committed
Merge branch 'master' into support-0.28
2 parents a87f8af + 176c115 commit 190c9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
skipIfReleaseExists: true
8686
makeLatest: true
8787
name: Release ${{ steps.package-version.outputs.current-version }}
88-
body: ${{ steps.pull-request-info.outputs.body }}
88+
body: ${{ steps.pull-request-info.outputs.body || github.event.head_commit.message }}
8989
tag: v${{ steps.package-version.outputs.current-version }}

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-theme-hierarchy",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)