Pull latest from savi-lang/base-standard-library#23
Merged
Conversation
This avoids a need to update for every release and is more common in the GitHub Actions ecosystem.
This workflow is responsible for automating the creation of a new release. As an input, the workflow takes a version tag to apply to the latest commit. The version tag name will also be the release's name in GitHub. Release notes will auto-generated by GitHub based on Pull Requests history. With some minor modification (see comments in the job definition below), this workflow can also build release binaries for all supported platforms, and package them up as tarballs attached as assets to the release in GitHub. This is not relevant for all libraries, because many libraries do not have any executable binary that is relevant to build, so it is disabled by default, but for those libraries that have one or more application binaries to build, all you need to do is specify the binary manifest's name and enable that step. The workflow is triggered by workflow dispatch, which means to run it you need to press the "Run Workflow" button on the Actions page for this workflow, then enter the required inputs when prompted to do so. It can also be triggered via the GitHub API if desired.
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.
Automated PR to merge latest savi-lang/base-standard-library into main.
This PR was created by the savi-lang/action-pull-from-base GitHub Action.