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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # The full repository name
  2. repo: xorm/xorm
  3. # Service type (gitea or github)
  4. service: gitea
  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: BUILD
  38. labels:
  39. - kind/build
  40. - kind/lint
  41. -
  42. name: DOCS
  43. labels:
  44. - kind/docs
  45. -
  46. name: MISC
  47. default: true
  48. # regex indicating which labels to skip for the changelog
  49. skip-labels: skip-changelog|backport\/.+