Skip to content

Add Goreleaser configuration and GitHub action for releases#71

Merged
bjwswang merged 1 commit intokubebb:mainfrom
Abirdcfly:main
Jun 29, 2023
Merged

Add Goreleaser configuration and GitHub action for releases#71
bjwswang merged 1 commit intokubebb:mainfrom
Abirdcfly:main

Conversation

@Abirdcfly
Copy link
Copy Markdown
Member

@Abirdcfly Abirdcfly commented Jun 28, 2023

Implemented Goreleaser configuration to automate release process ensuring that it is consistent, repeatable, and reliable. A new .goreleaser.yaml file is added for organizing build, Docker image creation and pushing to Dockerhub, and program versioning. Also included custom templates for structuring of release notes. New GitHub action workflow release.yaml has also been added, it's triggered by pushing tags and performs the release using Goreleaser. This improvement eliminates the need for manual compilation and publishing thus increasing the efficiency of the release process.

Fix #70

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 28, 2023

Codecov Report

Merging #71 (43cfe63) into main (f2948e6) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main     #71   +/-   ##
=====================================
  Coverage   9.61%   9.61%           
=====================================
  Files         23      23           
  Lines       2235    2235           
=====================================
  Hits         215     215           
  Misses      2000    2000           
  Partials      20      20           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Abirdcfly Abirdcfly force-pushed the main branch 10 times, most recently from 1427a9c to e45e9e8 Compare June 28, 2023 14:17
@Abirdcfly
Copy link
Copy Markdown
Member Author

CleanShot 2023-06-28 at 22 29 33

@Abirdcfly
Copy link
Copy Markdown
Member Author

CleanShot 2023-06-28 at 22 31 21

Implemented Goreleaser configuration to automate release process ensuring that it is consistent, repeatable, and reliable. A new `.goreleaser.yaml` file is added for organizing build, Docker image creation and pushing to Dockerhub, and program versioning. Also included custom templates for structuring of release notes. New GitHub action workflow `release.yaml` has also been added, it's triggered by pushing tags and performs the release using Goreleaser. This improvement eliminates the need for manual compilation and publishing thus increasing the efficiency of the release process.

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
@Abirdcfly Abirdcfly marked this pull request as ready for review June 28, 2023 14:33
@bjwswang bjwswang merged commit 1305260 into kubebb:main Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enable auto releaser

3 participants