limit changelog generator

This commit is contained in:
Milan Kolar 2021-06-07 10:58:58 +02:00
parent 896b782346
commit a04e8ba12d
4 changed files with 22 additions and 2 deletions

View file

@ -44,7 +44,7 @@ jobs:
id: generate-full-changelog
uses: heinrichreimer/github-changelog-generator-action@v2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ADMIN_TOKEN }}
breakingLabel: '#### 💥 Breaking'
enhancementLabel: '#### 🚀 Enhancements'
bugsLabel: '#### 🐛 Bug fixes'
@ -52,6 +52,8 @@ jobs:
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["documentation"]},"tests":{"prefix":"### ✅ Testing","labels":["tests"]}}'
issues: false
issuesWoLabels: false
sinceTag: "3.0.0"
maxIssues: 100
pullRequests: true
prWoLabels: false
author: false

View file

@ -54,6 +54,8 @@ jobs:
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["documentation"]},"tests":{"prefix":"### ✅ Testing","labels":["tests"]}}'
issues: false
issuesWoLabels: false
sinceTag: "3.0.0"
maxIssues: 100
pullRequests: true
prWoLabels: false
author: false

View file

@ -0,0 +1,16 @@
pr-wo-labels=False
exclude-labels=duplicate,question,invalid,wontfix,weekly-digest
author=False
unreleased=True
since-tag=3.0.0
enhancement-label=#### 🚀 Enhancements
bugs-label=#### 🐛 Bug fixes
deprecated-label:#### ⚠️ Deprecations
breaking-label:#### 💥 Breaking
release-branch=main
issues=False
author=False
verbose=True
issues-wo-labels=False
exclude-tags-regex="CI/.+"
max-issues=100

View file

@ -3,7 +3,7 @@
## [3.0.0](https://github.com/pypeclub/openpype/tree/3.0.0)
[Full Changelog](https://github.com/pypeclub/openpype/compare/CI/3.0.0-rc.6...3.0.0)
[Full Changelog](https://github.com/pypeclub/openpype/compare/2.18.1...3.0.0)
### Configuration
- Studio Settings GUI: no more json configuration files.