Skip to content

Commit 802b70a

Browse files
committed
feature: rich changelog option
1 parent 5caa170 commit 802b70a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
description: "An optional artifact name to upload to the release."
1616
required: false
1717
default: ""
18+
rich-format:
19+
description: "Rich format"
20+
required: false
21+
default: true
1822
outputs:
1923
changelog:
2024
description: "Changelog"
@@ -45,6 +49,9 @@ runs:
4549
with:
4650
version: ${{ inputs.version }}
4751
github-token: ${{ inputs.github-token }}
52+
include-version-as-heading: ${{ input.rich-format }}
53+
include-compare-link: ${{ input.rich-format }}
54+
include-links: ${{ input.rich-format }}
4855
- name: Download package
4956
uses: actions/download-artifact@v4
5057
with:

0 commit comments

Comments
 (0)