Skip to content

Commit

Permalink
ci: Closed issues as first, Features as second, Bugs third in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed May 8, 2024
1 parent 5213b23 commit 7a67fc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
filter: '(version\s+[v|V]\d(\.\d+){0,2}|[m|M]erge\s|\(\#\d+\):)'
template: |
## Fixed bugs 🐞
{{fix}}
## Features 🌟
{{feat}}
## Fixed bugs 🐞
{{fix}}
## Improved 📈
{{refactor,perf,clean,type}}
## Documentation 📖
Expand Down Expand Up @@ -105,10 +105,10 @@ jobs:
body: |
![Downloads](https://img.shields.io/github/downloads/gh61/lovelace-hue-like-light-card/${{ github.event.inputs.new_version }}/total)
${{ steps.commits_changelog.outputs.changelog }}
## Closed Issues
## Closed Issues 🚩
${{ steps.issues_changelog.outputs.changelog }}
${{ steps.commits_changelog.outputs.changelog }}
**Compare**: ${{ steps.commits_changelog.outputs.compareurl }}
generate_release_notes: false

0 comments on commit 7a67fc3

Please sign in to comment.