Skip to content

Commit

Permalink
move changelog to one level up
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <[email protected]>
  • Loading branch information
rootfs committed May 15, 2024
1 parent bacbae9 commit 243f50f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
changelog:
categories:
- title: 🏕 Features
labels:
- '^feat.*'
- title: 🧑‍💻 Dev
labels:
- '^dev.*'
- title: 🔧 Fix
labels:
- '^fix.*'
- title: 👒 Chores
labels:
- '^chore.*'
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,6 @@ jobs:
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 Down

0 comments on commit 243f50f

Please sign in to comment.