Skip to content

Commit

Permalink
Add display releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Mar 1, 2021
1 parent 2c5ff0e commit 8dd1548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ displayTag () {
echo ""
}

displayReleases () {
git submodule foreach 'git describe --tags $(git rev-list --tags --max-count=1) || true ' || true
}

displayReleaseDiff (){
git diff --compact-summary --submodule=short FIWARE_7.8.1..master
}
Expand Down

0 comments on commit 8dd1548

Please sign in to comment.