Upgrade .NET & add GitHub actions to automatically build Foreman #117
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.
Changeset highlights:
v1.2.3.4
) will automatically build a release with the version in the tag (automatically incorporating the version into the binary) and upload the artifacts to a draft Release for you in the Releases section.This should greatly streamline the process of releasing new builds of Foreman2. If you are confident, the draft option can be disabled entirely and the GitHub action can go ahead and make a public release the moment you push an annotated tag to the repo - though you'd possibly want to do more verbose commit messages in that case since that's how we'd have it do release notes for you.