Skip to content
Snippets Groups Projects
Commit b8f7bed9 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

SCDconf_setCODEconf now asks to git tag

parent d4d634a5
No related branches found
No related tags found
No related merge requests found
...@@ -19,4 +19,13 @@ function [] = SCDconf_setCODEconf(varargin) ...@@ -19,4 +19,13 @@ function [] = SCDconf_setCODEconf(varargin)
configurationSettings.Name='configurationSettings'; configurationSettings.Name='configurationSettings';
activeconf.deleteEntry; activeconf.deleteEntry;
dd.addEntry('configurationSettings',configurationSettings); 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 end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment