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

Add action to auto-release commits to master #232

Merged

Conversation

charliefoxtwo
Copy link
Member

Whenever code is pushed to master, this will create a new prerelease with data zipped exactly like the current releases, automatically.

This works by updating the latest tag to the current commit on master, zipping the contents of the Scripts folder (ignoring the test subfolder), and then creating or updating a release for the latest tag with that zip file attached. No action is required by anyone, and this will happen automatically when code is pushed or merged to master.

This means we no longer have to instruct openbeta users to download the entire repo as a zip file, which also requires them to download many other things they don't need. This release will always be kept up to date automatically.

image

@charliefoxtwo charliefoxtwo force-pushed the feature/main-auto-prerelease branch from 3f70040 to 0f6ae1a Compare September 21, 2023 18:18
@jdahlblom jdahlblom merged commit 7aaebff into DCS-Skunkworks:master Sep 22, 2023
@charliefoxtwo charliefoxtwo deleted the feature/main-auto-prerelease branch September 22, 2023 15:51
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.

2 participants