Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically publish GitHub pre-releases based on develop branch #476

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

ViMaSter
Copy link
Member

@ViMaSter ViMaSter commented Sep 9, 2024

Summary

Currently, only logged-in GitHub users can download the latest builds. Developers must create GitHub Releases by hand, to make builds available for other users.

This change updates the build pipeline to automatically create GitHub Pre-Releases when pushing code to develop (hence whenever a developer integrates a Pull Request, GitHub provides a new Pre-Release).

Testing instructions

Not really possible. The updated code is only run when develop is updated. Integrate and pray? 👀

Additional information

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.38%. Comparing base (e273d8c) to head (3d87b9c).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #476   +/-   ##
========================================
  Coverage    81.38%   81.38%           
========================================
  Files           91       91           
  Lines         3046     3046           
========================================
  Hits          2479     2479           
  Misses         567      567           
Flag Coverage Δ
EditModeTests_Suites_Core 15.75% <ø> (ø)
EditModeTests_Suites_TextDecoder 16.57% <ø> (ø)
PlayModeTests_Suites_Playthrough 60.01% <ø> (ø)
PlayModeTests_Suites_Scenes 58.01% <ø> (ø)
PlayModeTests_Suites_Scripts 62.77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@lyndsiWilliams lyndsiWilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integrate and pray 🙏

@ViMaSter ViMaSter merged commit 59f87dd into develop Sep 10, 2024
28 checks passed
@ViMaSter ViMaSter deleted the automatic-prereleases branch September 10, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically create pre-release versions of the game whenever develop is updated
3 participants