Skip to content

Commit

Permalink
move changelog to the toplevel instead of a task (#10948)
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Mar 10, 2022
1 parent b1a0910 commit 393334e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/release.yml
Expand Up @@ -107,28 +107,6 @@ jobs:
name: ${{ env.MAUTIC_VERSION }}-update.zip
path: ./build/packages/${{ env.MAUTIC_VERSION }}-update.zip

changelog:
exclude:
labels:
- chore
authors:
- github-actions
categories:
- title: 🛠 Breaking Changes
labels:
- bc-break
- title: 🔒 Security
labels:
- security
- title: ✨ Features and enhancements
labels:
- feature
- enhancement
- title: 🐛 Bugs
labels:
- bug
- regression

test-fresh-install:
name: Test a fresh installation
needs: release
Expand Down Expand Up @@ -280,3 +258,25 @@ jobs:
"${{ env.MAUTIC_VERSION }}" \
4 \
"${{ github.workspace }}/${{ env.MAUTIC_VERSION }}.zip"
changelog:
exclude:
labels:
- chore
authors:
- github-actions
categories:
- title: 🛠 Breaking Changes
labels:
- bc-break
- title: 🔒 Security
labels:
- security
- title: ✨ Features and enhancements
labels:
- feature
- enhancement
- title: 🐛 Bugs
labels:
- bug
- regression

0 comments on commit 393334e

Please sign in to comment.