Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fixxing version numbers in release body.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed Nov 7, 2021
1 parent ec16279 commit 7507ce3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/pixel-vision-8-release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
version_scheme: semantic
version_type: minor

# - name: save Changelog
# id: PREVIOUS_version
# run: |
# IFS='.' read -ra my_array <<< "${{ steps.compute_tag.outputs.next_tag }}"
# echo "CURRENT=${my_array[0]:1}.$((${my_array[1]} - 1)).$((${my_array[2]}))" >> $GITHUB_ENV
# echo "PREVIOUS=${my_array[0]:1}.$((${my_array[1]} - 2)).0" >> $GITHUB_ENV
- name: save Changelog
id: PREVIOUS_version
run: |
IFS='.' read -ra my_array <<< "${{ steps.compute_tag.outputs.next_tag }}"
echo "CURRENT=${my_array[0]:1}.$((${my_array[1]} - 1)).$((${my_array[2]}))" >> $GITHUB_ENV
echo "PREVIOUS=${my_array[0]:1}.$((${my_array[1]} - 2)).0" >> $GITHUB_ENV
# - name: Create Changelog
# id: changelog
# uses: jimschubert/beast-changelog-action@v1
Expand Down Expand Up @@ -109,12 +109,15 @@ jobs:
tag: v${{env.CURRENT}}
gzip: false
body: >
This is a stable build of Space Station 8 based on the Github source code. You can download a build for Windows, Mac, and Linux (x64 & ARM 64) below. Please make sure to backup your game's before running this or any new build of Space Station 8.
This is a stable build of Space Station 8 based on the Github source code. You can download a build for Windows, Mac, and Linux below. Please make sure to backup your game's maps before running this or any new build of Space Station 8.
For more details on what has changed, see the [change log](https://github.com/PixelVision8/SpaceStation8/compare/v${{ env.PREVIOUS }}...v${{ env.CURRENT }}).
In addition, you can see the current open issues [here](https://github.com/PixelVision8/SpaceStation8/issues) or use one of the following links to submit a new [bug](https://github.com/PixelVision8/SpaceStation8/issues/new?assignees=jessefreeman&labels=bug&template=bug_report.md), [feature](https://github.com/PixelVision8/SpaceStation8/issues/new?assignees=jessefreeman&labels=bug&template=feature_request.md) or [question](https://github.com/PixelVision8/SpaceStation8/issues/new?assignees=jessefreeman&labels=bug&template=question.md).
To learn more about Pixel Vision 8, check out [the documentation](https://docs.pixelvision8.com/), explore [the examples](https://www.pixelvision8.com/examples), join [the Discord server](https://discord.gg/pixelvision8), and visit [the main website](https://www.pixelvision8.com/).
files: >
spacestation8-v${{env.CURRENT}}-macos.zip:Releases/Final/spacestation8-macos.zip
Expand Down

0 comments on commit 7507ce3

Please sign in to comment.