Skip to content

Commit

Permalink
Improve test changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Nov 16, 2020
1 parent 1f2238f commit 2266192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
id: generate-full-changelog
uses: ./
with:
headerLabel: "# Changelog"
token: ${{ secrets.GITHUB_TOKEN }}
headerLabel: "# 📑 Changelog"
breakingLabel: '### 💥 Breaking'
enhancementLabel: '### 🚀 Enhancements'
bugsLabel: '### 🐛 Bug fixes'
Expand All @@ -32,6 +33,8 @@ jobs:
compareLink: true
stripGeneratorNotice: true
verbose: true
- name: "🖨️ Print changelog to console"
run: cat CHANGELOG.md
- name: "📤 Upload changelog"
uses: actions/upload-artifact@v1.0.0
with:
Expand Down

0 comments on commit 2266192

Please sign in to comment.