Skip to content

Commit 99bab13

Browse files
committed
update yaml
1 parent 80c659c commit 99bab13

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/automatic-github-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@ jobs:
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
@@ -95,3 +90,4 @@ jobs:
9590
git tag $RELEASE_TAG
9691
git push origin $RELEASE_TAG
9792
echo "Created tag $RELEASE_TAG"
93+

.github/workflows/automatic-github-release.yml~

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ jobs:
9090
git tag $RELEASE_TAG
9191
git push origin $RELEASE_TAG
9292
echo "Created tag $RELEASE_TAG"
93+

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)