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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: API
  24. labels:
  25. - kind/api
  26. -
  27. name: BUGFIXES
  28. labels:
  29. - kind/bug
  30. -
  31. name: ENHANCEMENTS
  32. labels:
  33. - kind/enhancement
  34. - kind/refactor
  35. - kind/ui
  36. -
  37. name: TESTING
  38. labels:
  39. - kind/testing
  40. -
  41. name: TRANSLATION
  42. labels:
  43. - kind/translation
  44. -
  45. name: BUILD
  46. labels:
  47. - kind/build
  48. - kind/lint
  49. -
  50. name: DOCS
  51. labels:
  52. - kind/docs
  53. -
  54. name: MISC
  55. default: true
  56. # regex indicating which labels to skip for the changelog
  57. skip-labels: skip-changelog|backport\/.+