Conversation
Member
|
There is act but I haven't tried this out myself yet. I just usually run the actions on the fork I am working on. Maybe fork the project and run it there to see if it works fine. |
josteink
approved these changes
Jul 2, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This gives us the ability to have beta releases.
This is based on the
unstableworkflow.To create a new release:
betatag on your local branchThe workflow builds workspacer and generates an installer. It deletes the
betatag and replaces it with the version number.The version number is formatted like
v0.9.11-beta.2. The final number in the versioning relies on thegithub.run_number- this means that it's possible to havev0.9.11-beta.2followed byv0.9.12-beta.3.The beta GitHub action is based on theunstable.ymlworkflow. I'm not entirely sure how to test this locally - hopefully if there's any errors they'll be picked up in review 🤞.I've tested the workflow on https://github.com/dalyIsaac/workspacer-actions-test