summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/.changelog.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/xorm.io/xorm/.changelog.yml')
-rw-r--r--vendor/xorm.io/xorm/.changelog.yml53
1 files changed, 53 insertions, 0 deletions
diff --git a/vendor/xorm.io/xorm/.changelog.yml b/vendor/xorm.io/xorm/.changelog.yml
new file mode 100644
index 0000000000..1303c9cc93
--- /dev/null
+++ b/vendor/xorm.io/xorm/.changelog.yml
@@ -0,0 +1,53 @@
+# The full repository name
+repo: xorm/xorm
+
+# Service type (gitea or github)
+service: gitea
+
+# Base URL for Gitea instance if using gitea service type (optional)
+# Default: https://gitea.com
+base-url:
+
+# Changelog groups and which labeled PRs to add to each group
+groups:
+ -
+ name: BREAKING
+ labels:
+ - kind/breaking
+ -
+ name: FEATURES
+ labels:
+ - kind/feature
+ -
+ name: SECURITY
+ labels:
+ - kind/security
+ -
+ name: BUGFIXES
+ labels:
+ - kind/bug
+ -
+ name: ENHANCEMENTS
+ labels:
+ - kind/enhancement
+ - kind/refactor
+ - kind/ui
+ -
+ name: TESTING
+ labels:
+ - kind/testing
+ -
+ name: BUILD
+ labels:
+ - kind/build
+ - kind/lint
+ -
+ name: DOCS
+ labels:
+ - kind/docs
+ -
+ name: MISC
+ default: true
+
+# regex indicating which labels to skip for the changelog
+skip-labels: skip-changelog|backport\/.+