authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 17:53:53 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 17:53:53 -08:00
logb6738a401c6b44d1457644f2bc0570662001e9fe
treeefb6114d8d52ba76b3bf3e87d7f48747be1ba305
parenta78f84b42b00260b24a8b4afafae7ed5bc8fade1

changelog.sh- update for being on github actions


1 files changed, 4 insertions(+), 1 deletions(-)

changelog.sh+4-1
......@@ -6,6 +6,9 @@ read-log() {
66 git log --format=format:"%h%n%H%n%an%n%s%n%d%n"
77}
88
9PROJECT_USERNAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f1)
10PROJECT_REPONAME=$(echo $GITHUB_REPOSITORY | cut -d'/' -f2)
11
912hash_abrev=''
1013hash=''
1114author=''
......@@ -34,7 +37,7 @@ while IFS= read -r lineVAR; do
3437 if [[ "$t" == '2' ]]; then
3538 break
3639 fi
37 echo "<li><a href='https://github.com/nektro/$CIRCLE_PROJECT_REPONAME/commit/$hash'><code>$hash_abrev</code></a> $title ($author)</li>"
40 echo "<li><a href='https://github.com/nektro/$PROJECT_REPONAME/commit/$hash'><code>$hash_abrev</code></a> $title ($author)</li>"
3841 fi
3942 c=$(($c+1))
4043 #