From: garciadeblas Date: Mon, 31 Jan 2022 23:01:24 +0000 (+0100) Subject: Added tests and SOL005 to the list of repos where to create new tags X-Git-Tag: v12.0.0rc1~44 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=67910cba976a56bab19b7f0c9e37e25c60a8a0c3 Added tests and SOL005 to the list of repos where to create new tags Change-Id: I3a768082f622263f405d3905fa43759e135d79d5 Signed-off-by: garciadeblas --- diff --git a/tools/newtag.sh b/tools/newtag.sh index 9b407657..d90addc4 100755 --- a/tools/newtag.sh +++ b/tools/newtag.sh @@ -29,7 +29,7 @@ RELEASE_NAME="$5" tag_header="OSM Release $RELEASE_NAME:" tag_message="$tag_header version $TAG" -modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA" +modules="common devops IM LCM MON N2VC NBI osmclient RO POL NG-UI PLA tests SOL005" list="" for i in $modules; do if [ "$1" == "$i" -o "$1" == "all" ]; then