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 976B

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. - pr/breaking
  14. -
  15. name: SECURITY
  16. labels:
  17. - topic/security
  18. -
  19. name: FEATURES
  20. labels:
  21. - type/feature
  22. -
  23. name: API
  24. labels:
  25. - modifies/api
  26. -
  27. name: ENHANCEMENTS
  28. labels:
  29. - type/enhancement
  30. - type/refactoring
  31. - topic/ui
  32. -
  33. name: BUGFIXES
  34. labels:
  35. - type/bug
  36. -
  37. name: TESTING
  38. labels:
  39. - type/testing
  40. -
  41. name: BUILD
  42. labels:
  43. - topic/build
  44. - topic/code-linting
  45. -
  46. name: DOCS
  47. labels:
  48. - type/docs
  49. -
  50. name: MISC
  51. default: true
  52. # regex indicating which labels to skip for the changelog
  53. skip-labels: skip-changelog|backport\/.+