Skip to content

Commit

Permalink
update the tagging script
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Dec 8, 2018
1 parent c7cfe9e commit 42a18c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tag-release.sh
Expand Up @@ -42,6 +42,8 @@ done
cd common && git checkout master && cd ..
git add common

echo Back on $PWD

# add all the submodules we need!
git add OMCompiler OMEdit OMNotebook doc testsuite OMPlot OMOptim OMSimulator OMShell

Expand All @@ -53,3 +55,9 @@ git push --tags
git pull
git fetch --tags

# check if all is fine
echo OpenModelica glue project tag
git describe --match "v*.*" --always
echo OpenModelica submodule tags
git submodule foreach "git describe --match "v*.*" --always"

0 comments on commit 42a18c2

Please sign in to comment.