Adds gitea changelog config #19

Merged
OCram85 merged 6 commits from changelog into master 2022-11-19 18:36:02 +01:00
2 changed files with 38 additions and 0 deletions
Showing only changes of commit 4349deb683 - Show all commits

38
.changelog.yml Normal file
View File

@ -0,0 +1,38 @@
# The full repository name
repo: CodeServer/arkanum
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url: https://gitea.ocram85.com
# Changelog groups and which labeled PRs to add to each group
groups:
- name: 🐛 BUGFIXES
labels:
- bug
- name: ✨ FEATURES
labels:
- feature
- name: 🛠️ ENHANCEMENTS
labels:
- enhancement
- name: 📦 BUILD
labels:
- pipeline
- name: 🤖 DEPENDENCIES
labels:
- renovate
- name: 📚 DOCS
labels:
- docs
- name: ⚙️ META
labels:
- meta
- name: 🔖 MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+

0
CHANGELOG.md Normal file
View File