feat: add git-cliff configuration and GitLab CI integration

Adds a default configuration for git-cliff, enabling
conventional commit parsing and changelog generation.
Integrates GitLab CI by including the necessary pipeline 
templates for release management. These changes improve 
the project's commit management and automate the release 
notes generation process.
This commit is contained in:
2024-12-15 17:38:58 +01:00
parent dc299749e1
commit 1c056ac05a
2 changed files with 92 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build