Skip to content

Commit

Permalink
scripts/env.sh - experiments with git meta on github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent 595a6e1 commit 044e0bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ sha="`git rev-parse --short=8 HEAD`"
tag="`git tag --points-at ${sha}`"
git rev-parse --symbolic-full-name --short HEAD
date +%Y-%m-%d
git log --pretty=oneline v0.11..master
git log --pretty=oneline v0.11..master | wc -l
git describe --tags

echo `git describe --tags --abbrev=0`-`git log --pretty=oneline v0.11..master | wc -l`

0 comments on commit 044e0bf

Please sign in to comment.