From c2ef314be2c706a66e84c85a1992265a0028fe00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n?= Date: Mon, 16 Sep 2019 21:51:02 +0200 Subject: [PATCH] Disable adding a changelog based on commits It is too verbose. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d1ccab8d..4e6b7200 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -161,6 +161,7 @@ jobs: title: $(VERSION) tagSource: 'manual' tag: $(VERSION) + addChangeLog: false \ No newline at end of file