From cbdb6f223a1fbb32f6d2eedc7183d7841e70500f Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 7 Apr 2023 10:38:14 +0700 Subject: [PATCH] TF-1613 Fix link template cider (cherry picked from commit 911f9bf6b109d25bc3a4d7d11ce842a4d14f93e6) --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f714970bd..f9ef36c47 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -293,5 +293,4 @@ flutter_native_splash: 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 + tag: https://github.com/linagora/tmail-flutter/releases/tag/v%tag% # initial release link template \ No newline at end of file