From a87d93682828a3ccc76b3368c4adf22fc760867e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 11 Feb 2026 13:27:48 +0000 Subject: [PATCH] Changie/add mr to question --- .changes/unreleased/DX-20260210-161202.yaml | 7 +++++++ .changes/unreleased/Fixed-20260210-155209.yaml | 1 + .changie.yaml | 8 +++++++- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/DX-20260210-161202.yaml diff --git a/.changes/unreleased/DX-20260210-161202.yaml b/.changes/unreleased/DX-20260210-161202.yaml new file mode 100644 index 000000000..43843456f --- /dev/null +++ b/.changes/unreleased/DX-20260210-161202.yaml @@ -0,0 +1,7 @@ +kind: DX +body: Configure changie to ask for merge request number for a better tracking of changes +time: 2026-02-10T16:12:02.400722306+01:00 +custom: + Issue: "" + MR: "960" + SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20260210-155209.yaml b/.changes/unreleased/Fixed-20260210-155209.yaml index 9cd6c9cb1..1047a9334 100644 --- a/.changes/unreleased/Fixed-20260210-155209.yaml +++ b/.changes/unreleased/Fixed-20260210-155209.yaml @@ -3,4 +3,5 @@ body: For giving edit permissions on documents, take into account the workflow c time: 2026-02-10T15:52:09.785649121+01:00 custom: Issue: "498" + MR: "" SchemaChange: No schema change diff --git a/.changie.yaml b/.changie.yaml index 49a885a2e..0bcab1f5b 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -7,7 +7,7 @@ versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' kindFormat: '### {{.Kind}}' # Note: it is possible to add a `.custom.Long` text manually into the yaml file produced by `changie new`. This will add a long description. changeFormat: >- - * {{ if not (eq .Custom.Issue "") }}([#{{ .Custom.Issue }}](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/{{ .Custom.Issue }})) {{ end }}{{ .Body }} {{ if and .Custom.SchemaChange (ne .Custom.SchemaChange "No schema change") }} + * {{ if not (eq .Custom.Issue "") }}([#{{ .Custom.Issue }}](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/{{ .Custom.Issue }})) {{ end }}{{ if not (eq .Custom.MR "") }}([!{{ .Custom.MR }}](https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/{{ .Custom.MR }})) {{ end }}{{ .Body }} {{ if and .Custom.SchemaChange (ne .Custom.SchemaChange "No schema change") }} **Schema Change**: {{ .Custom.SchemaChange }} {{- end -}} @@ -30,6 +30,12 @@ custom: type: int minInt: 1 + - key: MR + label: Merge request number (on chill-bundles repository) (optional) + optional: true + type: int + minInt: 1 + body: # allow multiline messages block: true