You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.changelog.yml 975B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # The full repository name
  2. repo: go-gitea/gitea
  3. # Service type (gitea or github)
  4. service: github
  5. # Base URL for Gitea instance if using gitea service type (optional)
  6. # Default: https://gitea.com
  7. base-url:
  8. # Changelog groups and which labeled PRs to add to each group
  9. groups:
  10. -
  11. name: BREAKING
  12. labels:
  13. - kind/breaking
  14. -
  15. name: FEATURES
  16. labels:
  17. - kind/feature
  18. -
  19. name: SECURITY
  20. labels:
  21. - kind/security
  22. -
  23. name: BUGFIXES
  24. labels:
  25. - kind/bug
  26. -
  27. name: ENHANCEMENTS
  28. labels:
  29. - kind/enhancement
  30. - kind/refactor
  31. - kind/ui
  32. -
  33. name: TESTING
  34. labels:
  35. - kind/testing
  36. -
  37. name: TRANSLATION
  38. labels:
  39. - kind/translation
  40. -
  41. name: BUILD
  42. labels:
  43. - kind/build
  44. - kind/lint
  45. -
  46. name: DOCS
  47. labels:
  48. - kind/docs
  49. -
  50. name: MISC
  51. default: true
  52. # regex indicating which labels to skip for the changelog
  53. skip-labels: skip-changelog|backport\/.+