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

Create a release script to automated the release process #1520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duncanspumpkin
Copy link
Contributor

This automates the first 5 steps of the release process. Unfortunately I cant make this a manual github action due to writing to the workflows/ci.yml file. Its pretty simple to run even from windows just open a git bash terminal and type scripts/release.sh

The next step of the automation is to make the ci.yml upload the files and perform the release when tagged.

@duncanspumpkin duncanspumpkin marked this pull request as ready for review May 24, 2022 20:46
@IntelOrca
Copy link
Collaborator

So do we just need to store the version in a different file so that GitHub actions can run it?

@duncanspumpkin
Copy link
Contributor Author

So do we just need to store the version in a different file so that GitHub actions can run it?

Yeah if it was outside of the workflow folder everything could be done within a GitHub action

@duncanspumpkin
Copy link
Contributor Author

When I ran this the tag was missing everything after the first line of the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants