Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ categories:
- chore
- internal
- title: 📦 Dependency updates
collapse-after: 5
labels:
- dependencies
exclude-labels:
Expand All @@ -26,7 +27,11 @@ exclude-labels:
- skip-changelog
- reverted
- wontfix

# Exclude specific usernames from the generated $CONTRIBUTORS variable.
# https://github.com/release-drafter/release-drafter/tree/master#exclude-contributors
exclude-contributors:
- 'dependabot'
- 'dependabot[bot]'
template: |
**TODO: add a short description about the release content - important for url preview**
This new release focuses on .... **or something similar**
Expand All @@ -44,3 +49,5 @@ template: |
# What's Changed
$CHANGES

**TODO: check previous and next tag in the link below**
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
3 changes: 2 additions & 1 deletion .github/workflows/fill-gh-draft-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Fill GitHub Draft Release

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -14,6 +15,6 @@ jobs:
contents: write
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}