From b8f7bed9e5e727d6ce100e559315a70d01a57a90 Mon Sep 17 00:00:00 2001 From: galperti <cristian.galperti@epfl.ch> Date: Wed, 17 Feb 2021 11:11:48 +0100 Subject: [PATCH] SCDconf_setCODEconf now asks to git tag --- code/functions/SCDconf_setCODEconf.m | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/functions/SCDconf_setCODEconf.m b/code/functions/SCDconf_setCODEconf.m index 5be89a0..b46db06 100644 --- a/code/functions/SCDconf_setCODEconf.m +++ b/code/functions/SCDconf_setCODEconf.m @@ -19,4 +19,13 @@ function [] = SCDconf_setCODEconf(varargin) configurationSettings.Name='configurationSettings'; activeconf.deleteEntry; dd.addEntry('configurationSettings',configurationSettings); + + answ = input('Perform git tag operations [(Y)es/(N)o]?','s'); + switch upper(answ) + case 'Y' + otherwise + return + end + writegitinfoheader + end \ No newline at end of file -- GitLab