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
60 changes: 30 additions & 30 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION' # will create a prerelease with version number x.x.x-prerelease.x
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION" # will create a prerelease with version number x.x.x-prerelease.x
categories:
- title: '🏆 Major:'
- title: "🏆 Major:"
labels:
- 'major'
- title: '🚨 Breaking Change:'
- "major"
- title: "🚨 Breaking Change:"
labels:
- 'breaking change'
- title: '🏅 Minor:'
- "breaking change"
- title: "🏅 Minor:"
labels:
- 'minor'
- 'enhancement'
- 'feature'
- title: '🚧 Fix:'
- "minor"
- "enhancement"
- "feature"
- title: "🚧 Fix:"
labels:
- 'bug'
- title: '🩹 Patch:'
- "bug"
- title: "🩹 Patch:"
labels:
- 'patch'
- title: '🤖 GitHub Action:'
- "patch"
- title: "🤖 GitHub Action:"
labels:
- 'github-action'
- title: '🪨 Dependencies:'
- "github-action"
- title: "🪨 Dependencies:"
collapse-after: 3
labels:
- 'dependencies'
- "dependencies"
exclude-labels:
- 'invalid'
- 'duplicate'
- 'wontfix'
change-template: '- $TITLE by @$AUTHOR (#$NUMBER)'
- "invalid"
- "duplicate"
- "wontfix"
change-template: "- $TITLE by @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
- 'breaking change'
- "major"
- "breaking change"
minor:
labels:
- 'enhancement'
- 'bug'
- 'minor'
- "enhancement"
- "bug"
- "minor"
patch:
labels:
- 'dependencies'
- 'patch'
- 'github-action'
- "dependencies"
- "patch"
- "github-action"
default: patch
template: |
# What's Changed in v$RESOLVED_VERSION
Expand Down
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

29 changes: 0 additions & 29 deletions .vscode/launch.json

This file was deleted.

25 changes: 0 additions & 25 deletions .vscode/settings.json

This file was deleted.

36 changes: 0 additions & 36 deletions .vscode/tasks.json

This file was deleted.

Loading
Loading