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

Add Goreleaser configuration and GitHub action for releases #71

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

Abirdcfly
Copy link
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

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
Member Author

CleanShot 2023-06-28 at 22 29 33

@Abirdcfly
Copy link
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 <[email protected]>
@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