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.

30 lines
576 B

  1. # The full repository name
  2. repo: gitea/gitea-vet
  3. # Service type (gitea or github)
  4. service: gitea
  5. # Base URL for Gitea instance if using gitea service type (optional)
  6. base-url: https://gitea.com
  7. # Changelog groups and which labeled PRs to add to each group
  8. groups:
  9. -
  10. name: BREAKING
  11. labels:
  12. - breaking
  13. -
  14. name: FEATURES
  15. labels:
  16. - feature
  17. -
  18. name: BUGFIXES
  19. labels:
  20. - bug
  21. -
  22. name: ENHANCEMENTS
  23. labels:
  24. - enhancement
  25. # regex indicating which labels to skip for the changelog
  26. skip-labels: skip-changelog|backport\/.+