Skip to content

Commit

Permalink
feature: rich changelog option
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Sep 4, 2024
1 parent 5caa170 commit 802b70a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
description: "An optional artifact name to upload to the release."
required: false
default: ""
rich-format:
description: "Rich format"
required: false
default: true
outputs:
changelog:
description: "Changelog"
Expand Down Expand Up @@ -45,6 +49,9 @@ runs:
with:
version: ${{ inputs.version }}
github-token: ${{ inputs.github-token }}
include-version-as-heading: ${{ input.rich-format }}
include-compare-link: ${{ input.rich-format }}
include-links: ${{ input.rich-format }}
- name: Download package
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 802b70a

Please sign in to comment.