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

Initial release process #121

Merged
merged 1 commit into from
Oct 8, 2021
Merged

Initial release process #121

merged 1 commit into from
Oct 8, 2021

Conversation

richardcase
Copy link
Member

@richardcase richardcase commented Oct 7, 2021

What this PR does / why we need it:

Initial implementation of the release process. It does the following steps:

  • Build binaries for amd64 and arm64
  • Generates changelog
  • Creates a github release

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #9

Special notes for your reviewer:

Checklist:

  • squashed commits

@richardcase richardcase added kind/feature New feature or request area/build-and-release Indicates issue or PR related to build or release labels Oct 7, 2021
@richardcase richardcase mentioned this pull request Oct 7, 2021
4 tasks
yitsushi
yitsushi previously approved these changes Oct 8, 2021
Initial implementation of the release process. It does the following
steps:

- Build binaries for amd64 and arm64
- Generates changelog
- Creates a github release

When generating the release notes it uses the new release notes generation
functionality of GitHub. See
[here](https://github.blog/2021-10-04-beta-github-releases-improving-release-experience/).

Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase merged commit 6578913 into liquidmetal-dev:main Oct 8, 2021
@richardcase richardcase deleted the release branch October 8, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-and-release Indicates issue or PR related to build or release kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initial release process
2 participants