Allow to configure log output and make CI great again (#60)

This commit is contained in:
Pаramtamtām
2024-11-12 15:38:36 +04:00
committed by GitHub
parent 2a4024db68
commit 1f42c9285b
10 changed files with 56 additions and 204 deletions

13
.github/release.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-release-config.json
# docs: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
categories:
- title: 🛠 Fixes
labels: [type:fix, type:bug]
- title: 🚀 Features
labels: [type:feature, type:feature_request]
- title: 📦 Dependency updates
labels: [dependencies]
- title: Other Changes
labels: ['*']