mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-30 17:50:08 +00:00
Run Prettier over Markdown and YAML files (#35)
## Summary Partly personal preference, but mostly to align with other Astral projects.
This commit is contained in:
40
.github/release-drafter.yml
vendored
40
.github/release-drafter.yml
vendored
@ -1,31 +1,31 @@
|
||||
name-template: 'v$RESOLVED_VERSION π'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
categories:
|
||||
- title: "π¨ Breaking changes"
|
||||
- title: 'π¨ Breaking changes'
|
||||
labels:
|
||||
- "breaking-change"
|
||||
- title: "β¨ New features"
|
||||
- 'breaking-change'
|
||||
- title: 'β¨ New features'
|
||||
labels:
|
||||
- "new-feature"
|
||||
- title: "π Bug fixes"
|
||||
- 'new-feature'
|
||||
- title: 'π Bug fixes'
|
||||
labels:
|
||||
- "bugfix"
|
||||
- title: "π Enhancements"
|
||||
- 'bugfix'
|
||||
- title: 'π Enhancements'
|
||||
labels:
|
||||
- "enhancement"
|
||||
- "refactor"
|
||||
- "performance"
|
||||
- title: "π§° Maintenance"
|
||||
- 'enhancement'
|
||||
- 'refactor'
|
||||
- 'performance'
|
||||
- title: 'π§° Maintenance'
|
||||
labels:
|
||||
- "maintenance"
|
||||
- "ci"
|
||||
- "default-version-update"
|
||||
- title: "π Documentation"
|
||||
- 'maintenance'
|
||||
- 'ci'
|
||||
- 'default-version-update'
|
||||
- title: 'π Documentation'
|
||||
labels:
|
||||
- "documentation"
|
||||
- title: "β¬οΈ Dependency updates"
|
||||
- 'documentation'
|
||||
- title: 'β¬οΈ Dependency updates'
|
||||
labels:
|
||||
- "dependencies"
|
||||
- 'dependencies'
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
version-resolver:
|
||||
@ -42,9 +42,9 @@ version-resolver:
|
||||
labels:
|
||||
- 'patch'
|
||||
- 'bugfix'
|
||||
- "default-version-update"
|
||||
- 'default-version-update'
|
||||
default: patch
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
$CHANGES
|
||||
$CHANGES
|
||||
|
Reference in New Issue
Block a user