Skip to content

Commit

Permalink
Enhance CI test changelog generation
Browse files Browse the repository at this point in the history
Closes #9, #10, #11, #12, #13, #14, #15, #16
  • Loading branch information
janheinrichmerker authored Nov 16, 2020
1 parent 75462ff commit a723457
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ jobs:
- name: "✏️ Generate full changelog"
id: generate-full-changelog
uses: ./
with:
headerLabel: "# Changelog"
breakingLabel: '### 💥 Breaking'
enhancementLabel: '### 🚀 Enhancements'
bugsLabel: '### 🐛 Bug fixes'
deprecatedLabel: '### ⚠️ Deprecations'
removedLabel: '### 🔥 Removals'
securityLabel: '### 🛡️ Security'
issuesLabel: '### 📁 Other issues'
prLabel: '### 📁 Other pull requests'
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["documentation"]},"tests":{"prefix":"### ✅ Testing","labels":["tests"]}}'
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
author: true
unreleased: true
compareLink: true
stripGeneratorNotice: true
verbose: true
- name: "📤 Upload changelog"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a723457

Please sign in to comment.