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.
1 parent 5caa170 commit 802b70aCopy full SHA for 802b70a
action.yml
@@ -15,6 +15,10 @@ inputs:
15
description: "An optional artifact name to upload to the release."
16
required: false
17
default: ""
18
+ rich-format:
19
+ description: "Rich format"
20
+ required: false
21
+ default: true
22
outputs:
23
changelog:
24
description: "Changelog"
@@ -45,6 +49,9 @@ runs:
45
49
with:
46
50
version: ${{ inputs.version }}
47
51
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 }}
48
55
- name: Download package
56
uses: actions/download-artifact@v4
57
0 commit comments