Skip to content

Commit

Permalink
Merge branch 'master' into undef_symbs
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Oct 30, 2024
2 parents b6aad2c + 114e698 commit 2599fd3
Show file tree
Hide file tree
Showing 34 changed files with 14,188 additions and 943 deletions.
File renamed without changes.
42 changes: 21 additions & 21 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
categories:
- title: '⚠ Breaking Changes'
- title: "⚠ Breaking Changes"
labels:
- 'breaking'
- title: '🚀 Features'
- "breaking"
- title: "🚀 Features"
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
- "feature"
- "enhancement"
- title: "🐛 Bug Fixes"
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '📄 Documentation'
- "fix"
- "bugfix"
- "bug"
- title: "📄 Documentation"
labels:
- 'documentation'
- title: '🧰 Maintenance'
label:
- 'chore'
- 'ci'
- 'dependencies'
- "documentation"
- title: "🧰 Maintenance"
label:
- "chore"
- "ci"
- "dependencies"

exclude-labels:
- 'skip-changelog'
- "skip-changelog"

change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
- "major"
minor:
labels:
- 'minor'
- "minor"
patch:
labels:
- 'patch'
- "patch"
default: patch
template: |
## Changes
Expand Down
Loading

0 comments on commit 2599fd3

Please sign in to comment.