We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a87f8af + 176c115 commit 190c9c6Copy full SHA for 190c9c6
.github/workflows/publish.yml
@@ -85,5 +85,5 @@ jobs:
85
skipIfReleaseExists: true
86
makeLatest: true
87
name: Release ${{ steps.package-version.outputs.current-version }}
88
- body: ${{ steps.pull-request-info.outputs.body }}
+ body: ${{ steps.pull-request-info.outputs.body || github.event.head_commit.message }}
89
tag: v${{ steps.package-version.outputs.current-version }}
packages/plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typedoc-theme-hierarchy",
3
- "version": "5.0.4",
+ "version": "5.0.5",
4
"license": "MIT",
5
"type": "module",
6
"main": "dist/index.cjs",
0 commit comments