Comment out empty major version list (#5278)

This commit is contained in:
teor 2022-09-28 07:14:54 +10:00 committed by GitHub
parent 6711616e41
commit 9f1c540766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -125,10 +125,11 @@ categories:
# In Zebra, we use major versions for mainnet network upgrades,
# and minor versions for less significant breaking changes.
version-resolver:
major:
# We increment the major release version manually
labels:
- ""
# We increment the major release version manually
#major:
# labels:
#labels can not be an empty list, or empty strings
# - # network upgrade release PRs
minor:
labels:
- 'C-feature'