Added tests and SOL005 to the list of repos where to create new tags
[osm/devops.git] / 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"
 
-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