From ef02f45085f656de8f0a44db2d02d2d21de56f25 Mon Sep 17 00:00:00 2001 From: PhilNewm Date: Sat, 19 Oct 2024 09:55:15 +0200 Subject: [PATCH] Enable changelog display again --- .github/workflows/action-ci.yml | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index 6c6d643..78a2290 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -55,4 +55,4 @@ jobs: echo "RAW-response: " && echo '${{ steps.test-action.outputs.raw-output }}' echo "Labels: " && echo '${{ steps.test-action.outputs.label-list }}' echo "Bump-increment: " && echo '${{ steps.test-action.outputs.bump-increment }}' - # echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}' + echo "Changelog: " && echo '${{ steps.test-action.outputs.changelog-markdown }}' diff --git a/action.yml b/action.yml index 94b56e4..42234e0 100644 --- a/action.yml +++ b/action.yml @@ -30,9 +30,9 @@ outputs: bump-increment: description: Increment for version bumping - either `patch` or 'minor' value: ${{ steps.bump-increment.outputs.increment }} - # changelog-markdown: - # description: String containing full makrdown syntax for release changelog information - # value: ${{ steps.write-changelog.outputs.changelog }} + changelog-markdown: + description: String containing full markdown syntax for release changelog information + value: ${{ steps.write-changelog.outputs.changelog }} runs: using: composite