Skip to content

Commit

Permalink
0.4 Release (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Mar 24, 2024
1 parent 074870c commit 01fe90d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ jobs:
artifacts: Vic3ToHoI4-${{ steps.version_number.outputs.major }}.${{ steps.version_number.outputs.minor }}-win-x64.zip, Output\Vic3ToHoI4-${{ steps.version_number.outputs.major }}.${{ steps.version_number.outputs.minor }}-win-x64.exe
token: ${{ secrets.API_TOKEN_GITHUB }}

# - name: "Upload binaries to latest release"
# if: ${{ github.event_name == 'push' }}
# uses: ncipollo/release-action@v1
# with:
# tag: latest
# allowUpdates: true
# omitBodyDuringUpdate: true
# omitNameDuringUpdate: true
# artifacts: Vic3ToHoI4-latest-win-x64.zip, Output\Vic3ToHoI4-latest-win-x64.exe
# token: ${{ secrets.API_TOKEN_GITHUB }}
- name: "Upload binaries to latest release"
if: ${{ github.event_name == 'push' }}
uses: ncipollo/release-action@v1
with:
tag: latest
allowUpdates: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
artifacts: Vic3ToHoI4-latest-win-x64.zip, Output\Vic3ToHoI4-latest-win-x64.exe
token: ${{ secrets.API_TOKEN_GITHUB }}

- name: "Prepare pull request artifact"
if: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion Vic3ToHoI4-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Vic3 to HoI4"
#define MyAppVersion "0.4 TBD"
#define MyAppVersion "0.4 Doorman"
#define MyAppPublisher "Paradox Game Converters Group"
#define MyAppURL "https://paradoxgameconverters.com/"
#define MyAppExeName "ConverterFrontend.exe"
Expand Down
2 changes: 1 addition & 1 deletion data/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version info

version = "0.4.0"
name = "TBD"
name = "Doorman"
source = "Vic3"
minSource = "1.3"
maxSource = "1.6"
Expand Down
5 changes: 1 addition & 4 deletions docs/release_checklist.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
* Add new banner to data/resources/images
* Add new banner to data/release_banners
* Update data/version.txt with new version and name
* Name is currently TBD. Update and remove this line prior to release.
* Update Vic3ToHoI4-Installer.iss with new version and name
* Name is currently TBD. Update and remove this line prior to release.
* Update data/readme.txt with new version
* Update .github/workflows/windows_build_test_and_push.yml with new name, filename, tag, and artifact
* Many workflows disabled until release is ready. Reenable them prior to release and delete this line.
* Create commit with MINOR or MAJOR in the commit message as appropriate, and tagged with new version
* Push and merge on github
* Wait for build, confirm updates
Expand Down

0 comments on commit 01fe90d

Please sign in to comment.