mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
limit changelog generator
This commit is contained in:
parent
896b782346
commit
a04e8ba12d
4 changed files with 22 additions and 2 deletions
4
.github/workflows/prerelease.yml
vendored
4
.github/workflows/prerelease.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
16
.github_changelog_generator
Normal file
16
.github_changelog_generator
Normal 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
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue