File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 6565 VERSION="${{ steps.get_version.outputs.VERSION }}"
6666 RELEASE_TAG="${{ steps.calculate_release_version.outputs.RELEASE_TAG }}"
6767 # Using git log to get commits since the calculated tag
68- if [[ -z $(git tag -l "$RELEASE_TAG") ]]; then
69- RELEASE_NOTES="Initial release"
70- else
71- RELEASE_NOTES=$(git log --pretty=format:"- %s" "$RELEASE_TAG"..HEAD)
72- fi
73-
68+ RELEASE_NOTES=$(git log --pretty=format:"- %s" $(git describe --abbrev=0 --tags || echo HEAD) ..HEAD)
7469 echo "RELEASE_NOTES<<EOF" >> $GITHUB_OUTPUT
7570 echo "$RELEASE_NOTES" >> $GITHUB_OUTPUT
7671 echo "EOF" >> $GITHUB_OUTPUT
9590 git tag $RELEASE_TAG
9691 git push origin $RELEASE_TAG
9792 echo "Created tag $RELEASE_TAG"
93+
Original file line number Diff line number Diff line change 9090 git tag $RELEASE_TAG
9191 git push origin $RELEASE_TAG
9292 echo "Created tag $RELEASE_TAG"
93+
Original file line number Diff line number Diff line change 11{
22 "name" : " autocivp" ,
3- "version" : " 1.0.62 " ,
3+ "version" : " 1.0.60 " ,
44 "label" : " autocivp testing" ,
55 "url" : " https://wildfiregames.com/forum/topic/107371-autociv-add-ons-profiles-jitsi-team-call" ,
66 "description" : " Features: game profiles" ,
You can’t perform that action at this time.
0 commit comments