Added tests and SOL005 to the list of repos where to create new tags 09/11609/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 31 Jan 2022 23:01:24 +0000 (00:01 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 9 Feb 2022 08:45:20 +0000 (09:45 +0100)
Change-Id: I3a768082f622263f405d3905fa43759e135d79d5
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tools/newtag.sh

index 9b40765..d90addc 100755 (executable)
@@ -29,7 +29,7 @@ RELEASE_NAME="$5"
 tag_header="OSM Release $RELEASE_NAME:"
 tag_message="$tag_header version $TAG"
 
 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
 list=""
 for i in $modules; do
     if [ "$1" == "$i" -o "$1" == "all" ]; then