-
Notifications
You must be signed in to change notification settings - Fork 174
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
ci: set up release-please or semantic-release as part of the github actions #221
Comments
I will release the current version manually by uploading the files from the pipelines as because they are not chained after the main one it will take a bit more setup to get this working multi platform. |
Would be useful to build off the back off a successful release using something like https://github.com/actions/upload-release-asset (unmaintained) or https://github.com/softprops/action-gh-release Though will require a lot of additional edits to the actions, may be best to manually upload for now as the releases should be good now. https://github.com/google-github-actions/release-please-action provides a upload URL which is good for us to pass into other stages. |
I previously used Travis CI for this project but not sure if you are familiar with it. Whatever you think best, I'm good :) |
@roldanjr its already mostly setup, the last part is making releases also upload all the binaries to releases rather than just tests |
Look for a way to add cleaner releases through github or at least prepare versions for release. e.g. sekwah41/Naruto-Mod#141
The text was updated successfully, but these errors were encountered: