mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
Ignore 'release' label when creating CHANGELOGs (#1373)
This commit is contained in:
parent
3105e49b08
commit
6b384a14de
1 changed files with 10 additions and 3 deletions
|
|
@ -106,9 +106,16 @@ version-files = [
|
|||
]
|
||||
submodules = ["ruff"]
|
||||
require-labels = [{ submodule = "ruff", labels = ["ty"] }]
|
||||
ignore-labels = ["internal", "testing", "ci", "playground", "documentation"]
|
||||
major-labels = [] # We do not use the major version number yet
|
||||
minor-labels = [] # We do not use the minor version number yet
|
||||
ignore-labels = [
|
||||
"internal",
|
||||
"testing",
|
||||
"ci",
|
||||
"playground",
|
||||
"documentation",
|
||||
"release",
|
||||
]
|
||||
major-labels = [] # We do not use the major version number yet
|
||||
minor-labels = [] # We do not use the minor version number yet
|
||||
version-format = "cargo"
|
||||
default-bump-type = "pre"
|
||||
trim-title-prefixes = ["[ty]"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue