Skip to content

Commit

Permalink
Merge pull request #1439 from rootfs/changelog
Browse files Browse the repository at this point in the history
update release changelogs
  • Loading branch information
sthaha authored May 15, 2024
2 parents d30b577 + ed66e85 commit 6339057
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,22 @@ jobs:
secrets:
username: ${{ secrets.BOT_NAME }}
password: ${{ secrets.BOT_TOKEN }}


changelog:
categories:
- title: 🏕 Features
labels:
- '^feat.*'
- title: 🧑‍💻 Dev
labels:
- '^dev.*'
- title: 🔧 Fix
labels:
- '^fix.*'
- title: 👒 Chores
labels:
- '^chore.*'

releasepage:
name: download Kepler image SBOM
needs: [push-image]
Expand All @@ -125,4 +140,3 @@ jobs:
with:
tag_name: ${{ github.event.inputs.tag }}
files: ./sbom-kepler-${{ github.event.inputs.release }}.spdx.json
body_path: CHANGELOG.md

0 comments on commit 6339057

Please sign in to comment.