From 0912143f19d3db70110dc43dafd5dda565c42dc0 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 5 Apr 2023 17:18:12 +0700 Subject: [PATCH] Add Cider configuration in pubspec.yaml (cherry picked from commit 1b4b91f66e201283417f523133c297ced5bc0b81) --- pubspec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0ba8182f8..f714970bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -289,4 +289,9 @@ flutter_native_splash: color: "#000000" branding: "assets/icons/icon_branding.png" image: "assets/icons/icon_logo.png" - web: false \ No newline at end of file + web: false + +cider: + link_template: + tag: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6 # initial release link template + diff: https://github.com/linagora/tmail-flutter/compare/v0.7.1...v0.7.6 # subsequent releases link template \ No newline at end of file