gitea源码

.changelog.yml 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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: ENHANCEMENTS
  24. labels:
  25. - type/enhancement
  26. -
  27. name: PERFORMANCE
  28. labels:
  29. - performance/memory
  30. - performance/speed
  31. - performance/bigrepo
  32. - performance/cpu
  33. -
  34. name: BUGFIXES
  35. labels:
  36. - type/bug
  37. -
  38. name: API
  39. labels:
  40. - modifies/api
  41. -
  42. name: TESTING
  43. labels:
  44. - type/testing
  45. -
  46. name: BUILD
  47. labels:
  48. - topic/build
  49. - topic/code-linting
  50. -
  51. name: DOCS
  52. labels:
  53. - type/docs
  54. -
  55. name: MISC
  56. default: true
  57. # regex indicating which labels to skip for the changelog
  58. skip-labels: skip-changelog|backport\/.+