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 1.1KB

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