Skip to content

Commit

Permalink
log some more
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Oct 9, 2023
1 parent 4079b40 commit fc2031f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release-notifications/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@

list=$(git tag -l "release-*" --sort=-"version:refname")

echo $list

tag=${list:0:16}

echo tag
echo $tag

commitid=$(git rev-list -n 1 $tag)

date=$(git show -s --format=%ci $commitid)
Expand Down

0 comments on commit fc2031f

Please sign in to comment.